#EEBCC2

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

Shades of Azalea #EEBCC2

Tints of Azalea #EEBCC2

Color information

#EEBCC2 (or 0xEEBCC2) is unknown color: approx Azalea. HEX triplet: EE, BC and C2. RGB value is (238,188,194). Sum of RGB (Red+Green+Blue) = 238+188+194=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC2 is #11433D. Grayscale: #CBCBCB. Windows color (decimal): -1131326 or 12762350. OLE color: 12762350.

HSL color Cylindrical-coordinate representation of color #EEBCC2: hue angle of 352.8º degrees, saturation: 0.6, 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 #EEBCC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238188194-
CMYK00.210.180.07
HSL352.8º59.52%83.53%-
HSV(B)352.8º21.01%93.33%-
XYZ62.9858.0458.92-
YUV203.63122.56152.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=38.39%
G=30.32%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818819400.210.180.07352.859.5283.53
HexEEBCC20151271613c54
Octal35627430202522754174124
Binary111011101011110011000010010101100101111011000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCC2; }

 p { color: rgb(238,188,194); }

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

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

 a { background-color: rgb(238,188,194); }

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

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

 span { border-color: rgb(238,188,194); }

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