#EED1DC

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

Shades of Classic Rose #EED1DC

Tints of Classic Rose #EED1DC

Color information

#EED1DC (or 0xEED1DC) is unknown color: approx Classic Rose. HEX triplet: EE, D1 and DC. RGB value is (238,209,220). Sum of RGB (Red+Green+Blue) = 238+209+220=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DC is #112E23. Grayscale: #DADADA. Windows color (decimal): -1125924 or 14471662. OLE color: 14471662.

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

Color convert

RGB238209220-
CMYK00.120.080.07
HSL337.24º46.03%87.65%-
HSV(B)337.24º12.18%93.33%-
XYZ70.9868.9577.28-
YUV218.92128.61141.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=35.68%
G=31.33%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820922000.120.080.07337.2446.0387.65
HexEED1DC0C871512e58
Octal35632133401410752156130
Binary1110111011010001110111000110010001111010100011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1DC; }

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

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

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

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

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

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

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

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