#EED2DD

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

Shades of Classic Rose #EED2DD

Tints of Classic Rose #EED2DD

Color information

#EED2DD (or 0xEED2DD) is unknown color: approx Classic Rose. HEX triplet: EE, D2 and DD. RGB value is (238,210,221). Sum of RGB (Red+Green+Blue) = 238+210+221=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DD is #112D22. Grayscale: #DBDBDB. Windows color (decimal): -1125667 or 14537454. OLE color: 14537454.

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

Color convert

RGB238210221-
CMYK00.120.070.07
HSL336.43º45.16%87.84%-
HSV(B)336.43º11.76%93.33%-
XYZ71.3669.4978.06-
YUV219.63128.78141.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=35.58%
G=31.39%
B=33.03%

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
Decimal23821022100.120.070.07336.4345.1687.84
HexEED2DD0C771502d58
Octal3563223350147752055130
Binary111011101101001011011101011001111111010100001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2DD; }

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

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

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

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

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

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

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

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