#EED0DD

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

Shades of Classic Rose #EED0DD

Tints of Classic Rose #EED0DD

Color information

#EED0DD (or 0xEED0DD) is unknown color: approx Classic Rose. HEX triplet: EE, D0 and DD. RGB value is (238,208,221). Sum of RGB (Red+Green+Blue) = 238+208+221=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DD is #112F22. Grayscale: #DADADA. Windows color (decimal): -1126179 or 14536942. OLE color: 14536942.

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

Color convert

RGB238208221-
CMYK00.130.070.07
HSL334º46.88%87.45%-
HSV(B)334º12.61%93.33%-
XYZ70.8768.5177.9-
YUV218.45129.44141.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=35.68%
G=31.18%
B=33.13%

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
Decimal23820822100.130.070.0733446.8887.45
HexEED0DD0D7714e2f57
Octal3563203350157751657127
Binary111011101101000011011101011011111111010011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0DD; }

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

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

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

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

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

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

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

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