#EED0DE

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

Shades of Classic Rose #EED0DE

Tints of Classic Rose #EED0DE

Color information

#EED0DE (or 0xEED0DE) is unknown color: approx Classic Rose. HEX triplet: EE, D0 and DE. RGB value is (238,208,222). Sum of RGB (Red+Green+Blue) = 238+208+222=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DE is #112F21. Grayscale: #DADADA. Windows color (decimal): -1126178 or 14602478. OLE color: 14602478.

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

Color convert

RGB238208222-
CMYK00.130.070.07
HSL332º46.88%87.45%-
HSV(B)332º12.61%93.33%-
XYZ7168.5678.6-
YUV218.57129.94141.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 208 (81.64% from 255) = 31.14%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=35.63%
G=31.14%
B=33.23%

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
Decimal23820822200.130.070.0733246.8887.45
HexEED0DE0D7714c2f57
Octal3563203360157751457127
Binary111011101101000011011110011011111111010011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0DE; }

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

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

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

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

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

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

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

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