#EED3DE

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

Shades of Classic Rose #EED3DE

Tints of Classic Rose #EED3DE

Color information

#EED3DE (or 0xEED3DE) is unknown color: approx Classic Rose. HEX triplet: EE, D3 and DE. RGB value is (238,211,222). Sum of RGB (Red+Green+Blue) = 238+211+222=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DE is #112C21. Grayscale: #DCDCDC. Windows color (decimal): -1125410 or 14603246. OLE color: 14603246.

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

Color convert

RGB238211222-
CMYK00.110.070.07
HSL335.56º44.26%88.04%-
HSV(B)335.56º11.34%93.33%-
XYZ71.7470.0478.85-
YUV220.33128.95140.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=35.47%
G=31.45%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821122200.110.070.07335.5644.2688.04
HexEED3DE0B771502c58
Octal3563233360137752054130
Binary111011101101001111011110010111111111010100001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3DE; }

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

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

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

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

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

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

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

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