Shades of Classic Rose #E9D0DF
Tints of Classic Rose #E9D0DF
RGB
CMYK
RGB Variations
Color information
#E9D0DF (or 0xE9D0DF) is known color: 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
RGB | 233 | 208 | 223 | - |
CMYK | 0 | 0.11 | 0.04 | 0.09 |
HSL | 324º | 0.36% | 0.86% | - |
HSV(B) | 324º | 0.11% | 0.91% | - |
XYZ | 69.48 | 67.76 | 79.23 | - |
YUV | 217.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 208 | 223 | 0 | 0.11 | 0.04 | 0.09 | 324 | 0.36 | 0.86 |
Hex | E9 | D0 | DF | 0 | B | 4 | 9 | 144 | 24 | 56 |
Octal | 351 | 320 | 337 | 0 | 13 | 4 | 11 | 504 | 44 | 126 |
Binary | 11101001 | 11010000 | 11011111 | 0 | 1011 | 100 | 1001 | 101000100 | 100100 | 1010110 |
Color Harmonies of #E9D0DF
Complementary color
Monochromatic Colors of #E9D0DF
Black with #E9D0DF
Text Example
Text Example
White with #E9D0DF
Text Example
Text Example
HTML Codes & Css Web 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>