#EEBDBF

Color #EEBDBF Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EEBDBF

Tints of Azalea #EEBDBF

Color information

#EEBDBF (or 0xEEBDBF) is unknown color: approx Azalea. HEX triplet: EE, BD and BF. RGB value is (238,189,191). Sum of RGB (Red+Green+Blue) = 238+189+191=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBF is #114240. Grayscale: #CBCBCB. Windows color (decimal): -1131073 or 12565998. OLE color: 12565998.

HSL color Cylindrical-coordinate representation of color #EEBDBF: hue angle of 357.55º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238189191-
CMYK00.210.200.07
HSL357.55º59.04%83.73%-
HSV(B)357.55º20.59%93.33%-
XYZ62.8658.3357.24-
YUV203.88120.73152.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 191 (75% from 255) = 30.91%
R=38.51%
G=30.58%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818919100.210.200.07357.5559.0483.73
HexEEBDBF0151471663b54
Octal35627527702524754673124
Binary111011101011110110111111010101101001111011001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDBF; }

 p { color: rgb(238,189,191); }

 H1.HeaderClassName
 {
   color: #EEBDBF;
 }
 .AnyTagClassName
 {
   color: #EEBDBF;
 }
</style>
background-color css

<style>
 a { background-color: #EEBDBF; }

 a { background-color: rgb(238,189,191); }

 div.DivClassName
 {
   background-color: #EEBDBF;
 }
 .BgClassName
 {
   background-color: #EEBDBF;
 }
</style>
border-color css

<style>
 span { border-color: #EEBDBF; }

 span { border-color: rgb(238,189,191); }

 td.TdClassName
 {
   border-color: #EEBDBF;
 }
 .TagClassName
 {
   border-color: #EEBDBF;
 }
</style>