#EED0DB

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

Shades of Classic Rose #EED0DB

Tints of Classic Rose #EED0DB

Color information

#EED0DB (or 0xEED0DB) is unknown color: approx Classic Rose. HEX triplet: EE, D0 and DB. RGB value is (238,208,219). Sum of RGB (Red+Green+Blue) = 238+208+219=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DB is #112F24. Grayscale: #DADADA. Windows color (decimal): -1126181 or 14405870. OLE color: 14405870.

HSL color Cylindrical-coordinate representation of color #EED0DB: hue angle of 338º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0DB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238208219-
CMYK00.130.080.07
HSL338º46.88%87.45%-
HSV(B)338º12.61%93.33%-
XYZ70.668.476.5-
YUV218.22128.44142.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=35.79%
G=31.28%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820821900.130.080.0733846.8887.45
HexEED0DB0D871522f57
Octal35632033301510752257127
Binary1110111011010000110110110110110001111010100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0DB; }

 p { color: rgb(238,208,219); }

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

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

 a { background-color: rgb(238,208,219); }

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

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

 span { border-color: rgb(238,208,219); }

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