#EED3DD

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

Shades of Classic Rose #EED3DD

Tints of Classic Rose #EED3DD

Color information

#EED3DD (or 0xEED3DD) is unknown color: approx Classic Rose. HEX triplet: EE, D3 and DD. RGB value is (238,211,221). Sum of RGB (Red+Green+Blue) = 238+211+221=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DD is #112C22. Grayscale: #DCDCDC. Windows color (decimal): -1125411 or 14537710. OLE color: 14537710.

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

Color convert

RGB238211221-
CMYK00.110.070.07
HSL337.78º44.26%88.04%-
HSV(B)337.78º11.34%93.33%-
XYZ71.6169.9978.14-
YUV220.21128.45140.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=35.52%
G=31.49%
B=32.99%

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
Decimal23821122100.110.070.07337.7844.2688.04
HexEED3DD0B771522c58
Octal3563233350137752254130
Binary111011101101001111011101010111111111010100101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3DD; }

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

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

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

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

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

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

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

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