#EECFDE

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

Shades of Classic Rose #EECFDE

Tints of Classic Rose #EECFDE

Color information

#EECFDE (or 0xEECFDE) is unknown color: approx Classic Rose. HEX triplet: EE, CF and DE. RGB value is (238,207,222). Sum of RGB (Red+Green+Blue) = 238+207+222=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDE is #113021. Grayscale: #D9D9D9. Windows color (decimal): -1126434 or 14602222. OLE color: 14602222.

HSL color Cylindrical-coordinate representation of color #EECFDE: hue angle of 330.97º 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 #EECFDE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238207222-
CMYK00.130.070.07
HSL330.97º47.69%87.25%-
HSV(B)330.97º13.03%93.33%-
XYZ70.7668.0878.52-
YUV217.98130.27142.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=35.68%
G=31.03%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820722200.130.070.07330.9747.6987.25
HexEECFDE0D7714b3057
Octal3563173360157751360127
Binary111011101100111111011110011011111111010010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFDE; }

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

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

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

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

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

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

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

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