#EED2E5

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

Shades of Classic Rose #EED2E5

Tints of Classic Rose #EED2E5

Color information

#EED2E5 (or 0xEED2E5) is unknown color: approx Classic Rose. HEX triplet: EE, D2 and E5. RGB value is (238,210,229). Sum of RGB (Red+Green+Blue) = 238+210+229=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2E5 is #112D1A. Grayscale: #DCDCDC. Windows color (decimal): -1125659 or 15061742. OLE color: 15061742.

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

Color convert

RGB238210229-
CMYK00.120.040.07
HSL319.29º45.16%87.84%-
HSV(B)319.29º11.76%93.33%-
XYZ72.4569.9383.81-
YUV220.54132.78140.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 229 (89.84% from 255) = 33.83%
R=35.16%
G=31.02%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821022900.120.040.07319.2945.1687.84
HexEED2E50C4713f2d58
Octal3563223450144747755130
Binary111011101101001011100101011001001111001111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2E5; }

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

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

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

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

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

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

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

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