#E9D0DF

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

Shades of Classic Rose #E9D0DF

Tints of Classic Rose #E9D0DF

Color information

#E9D0DF (or 0xE9D0DF) is unknown color: approx Classic Rose. HEX triplet: E9, D0 and DF. RGB value is (233,208,223). Sum of RGB (Red+Green+Blue) = 233+208+223=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DF is #162F20. Grayscale: #D9D9D9. Windows color (decimal): -1453857 or 14668009. OLE color: 14668009.

HSL color Cylindrical-coordinate representation of color #E9D0DF: hue angle of 324º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D0DF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233208223-
CMYK00.110.040.09
HSL324º36.23%86.47%-
HSV(B)324º10.73%91.37%-
XYZ69.4867.7679.23-
YUV217.18131.28139.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.09%
G=31.33%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320822300.110.040.0932436.2386.47
HexE9D0DF0B491442456
Octal35132033701341150444126
Binary1110100111010000110111110101110010011010001001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0DF; }

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

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

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

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

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

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

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

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