#EED1DD

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

Shades of Classic Rose #EED1DD

Tints of Classic Rose #EED1DD

Color information

#EED1DD (or 0xEED1DD) is unknown color: approx Classic Rose. HEX triplet: EE, D1 and DD. RGB value is (238,209,221). Sum of RGB (Red+Green+Blue) = 238+209+221=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DD is #112E22. Grayscale: #DBDBDB. Windows color (decimal): -1125923 or 14537198. OLE color: 14537198.

HSL color Cylindrical-coordinate representation of color #EED1DD: hue angle of 335.17º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1DD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238209221-
CMYK00.120.070.07
HSL335.17º46.03%87.65%-
HSV(B)335.17º12.18%93.33%-
XYZ71.116977.98-
YUV219.04129.11141.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=35.63%
G=31.29%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820922100.120.070.07335.1746.0387.65
HexEED1DD0C7714f2e58
Octal3563213350147751756130
Binary111011101101000111011101011001111111010011111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1DD; }

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

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

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

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

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

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

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

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