#EEC8CC

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

Shades of Azalea #EEC8CC

Tints of Azalea #EEC8CC

Color information

#EEC8CC (or 0xEEC8CC) is unknown color: approx Azalea. HEX triplet: EE, C8 and CC. RGB value is (238,200,204). Sum of RGB (Red+Green+Blue) = 238+200+204=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CC is #113733. Grayscale: #D3D3D3. Windows color (decimal): -1128244 or 13420782. OLE color: 13420782.

HSL color Cylindrical-coordinate representation of color #EEC8CC: hue angle of 353.68º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8CC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238200204-
CMYK00.160.140.07
HSL353.68º52.78%85.88%-
HSV(B)353.68º15.97%93.33%-
XYZ66.8163.8565.93-
YUV211.82123.59146.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=37.07%
G=31.15%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820020400.160.140.07353.6852.7885.88
HexEEC8CC010E71623556
Octal35631031402016754265126
Binary11101110110010001100110001000011101111011000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8CC; }

 p { color: rgb(238,200,204); }

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

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

 a { background-color: rgb(238,200,204); }

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

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

 span { border-color: rgb(238,200,204); }

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