#EECFDC

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

Shades of Classic Rose #EECFDC

Tints of Classic Rose #EECFDC

Color information

#EECFDC (or 0xEECFDC) is unknown color: approx Classic Rose. HEX triplet: EE, CF and DC. RGB value is (238,207,220). Sum of RGB (Red+Green+Blue) = 238+207+220=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDC is #113023. Grayscale: #D9D9D9. Windows color (decimal): -1126436 or 14471150. OLE color: 14471150.

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

Color convert

RGB238207220-
CMYK00.130.080.07
HSL334.84º47.69%87.25%-
HSV(B)334.84º13.03%93.33%-
XYZ70.4967.9777.11-
YUV217.75129.27142.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=35.79%
G=31.13%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820722000.130.080.07334.8447.6987.25
HexEECFDC0D8714f3057
Octal35631733401510751760127
Binary1110111011001111110111000110110001111010011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFDC; }

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

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

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

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

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

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

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

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