#EECCDC

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

Shades of Classic Rose #EECCDC

Tints of Classic Rose #EECCDC

Color information

#EECCDC (or 0xEECCDC) is unknown color: approx Classic Rose. HEX triplet: EE, CC and DC. RGB value is (238,204,220). Sum of RGB (Red+Green+Blue) = 238+204+220=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDC is #113323. Grayscale: #D7D7D7. Windows color (decimal): -1127204 or 14470382. OLE color: 14470382.

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

Color convert

RGB238204220-
CMYK00.140.080.07
HSL331.76º50%86.67%-
HSV(B)331.76º14.29%93.33%-
XYZ69.7766.5376.87-
YUV215.99130.26143.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=35.95%
G=30.82%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820422000.140.080.07331.765086.67
HexEECCDC0E8714c3257
Octal35631433401610751462127
Binary1110111011001100110111000111010001111010011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCDC; }

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

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

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

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

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

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

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

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