#EED0DF

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

Shades of Classic Rose #EED0DF

Tints of Classic Rose #EED0DF

Color information

#EED0DF (or 0xEED0DF) is unknown color: approx Classic Rose. HEX triplet: EE, D0 and DF. RGB value is (238,208,223). Sum of RGB (Red+Green+Blue) = 238+208+223=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DF is #112F20. Grayscale: #DADADA. Windows color (decimal): -1126177 or 14668014. OLE color: 14668014.

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

Color convert

RGB238208223-
CMYK00.130.060.07
HSL330º46.88%87.45%-
HSV(B)330º12.61%93.33%-
XYZ71.1468.6279.31-
YUV218.68130.44141.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=35.58%
G=31.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820822300.130.060.0733046.8887.45
HexEED0DF0D6714a2f57
Octal3563203370156751257127
Binary111011101101000011011111011011101111010010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0DF; }

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

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

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

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

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

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

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

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