Shades of Classic Rose #E9D3DF
Tints of Classic Rose #E9D3DF
RGB
CMYK
RGB Variations
Color information
#E9D3DF (or 0xE9D3DF) is known color: Classic Rose. HEX triplet: E9, D3 and DF. RGB value is (233,211,223). Sum of RGB (Red+Green+Blue) = 233+211+223=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DF is #162C20. Grayscale: #DADADA. Windows color (decimal): -1453089 or 14668777. OLE color: 14668777.
HSL color Cylindrical-coordinate representation of color #E9D3DF: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D3DF is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 223 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.09 |
| HSL | 327.27º | 0.33% | 0.87% | - |
| HSV(B) | 327.27º | 0.09% | 0.91% | - |
| XYZ | 70.22 | 69.24 | 79.48 | - |
| YUV | 218.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 223 | 0 | 0.09 | 0.04 | 0.09 | 327.27 | 0.33 | 0.87 |
| Hex | E9 | D3 | DF | 0 | 9 | 4 | 9 | 147 | 21 | 57 |
| Octal | 351 | 323 | 337 | 0 | 11 | 4 | 11 | 507 | 41 | 127 |
| Binary | 11101001 | 11010011 | 11011111 | 0 | 1001 | 100 | 1001 | 101000111 | 100001 | 1010111 |
Color Harmonies of #E9D3DF
Complementary color
Monochromatic Colors of #E9D3DF
Black with #E9D3DF
Text Example
Text Example
White with #E9D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3DF; }
p { color: rgb(233,211,223); }
H1.HeaderClassName
{
color: #E9D3DF;
}
.AnyTagClassName
{
color: #E9D3DF;
}
</style>
background-color css
<style>
a { background-color: #E9D3DF; }
a { background-color: rgb(233,211,223); }
div.DivClassName
{
background-color: #E9D3DF;
}
.BgClassName
{
background-color: #E9D3DF;
}
</style>
border-color css
<style>
span { border-color: #E9D3DF; }
span { border-color: rgb(233,211,223); }
td.TdClassName
{
border-color: #E9D3DF;
}
.TagClassName
{
border-color: #E9D3DF;
}
</style>