#EED2DE

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

Shades of Classic Rose #EED2DE

Tints of Classic Rose #EED2DE

Color information

#EED2DE (or 0xEED2DE) is unknown color: approx Classic Rose. HEX triplet: EE, D2 and DE. RGB value is (238,210,222). Sum of RGB (Red+Green+Blue) = 238+210+222=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DE is #112D21. Grayscale: #DBDBDB. Windows color (decimal): -1125666 or 14602990. OLE color: 14602990.

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

Color convert

RGB238210222-
CMYK00.120.070.07
HSL334.29º45.16%87.84%-
HSV(B)334.29º11.76%93.33%-
XYZ71.4969.5478.76-
YUV219.74129.28141.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=35.52%
G=31.34%
B=33.13%

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
Decimal23821022200.120.070.07334.2945.1687.84
HexEED2DE0C7714e2d58
Octal3563223360147751655130
Binary111011101101001011011110011001111111010011101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2DE; }

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

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

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

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

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

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

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

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