Shades of Prim #E9D0DA
Tints of Prim #E9D0DA
RGB
CMYK
RGB Variations
Color information
#E9D0DA (or 0xE9D0DA) is known color: Prim. HEX triplet: E9, D0 and DA. RGB value is (233,208,218). Sum of RGB (Red+Green+Blue) = 233+208+218=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DA is #162F25. Grayscale: #D8D8D8. Windows color (decimal): -1453862 or 14340329. OLE color: 14340329.
HSL color Cylindrical-coordinate representation of color #E9D0DA: hue angle of 336º 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 #E9D0DA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 218 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.09 |
| HSL | 336º | 0.36% | 0.86% | - |
| HSV(B) | 336º | 0.11% | 0.91% | - |
| XYZ | 68.82 | 67.5 | 75.73 | - |
| YUV | 216.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 218 | 0 | 0.11 | 0.06 | 0.09 | 336 | 0.36 | 0.86 |
| Hex | E9 | D0 | DA | 0 | B | 6 | 9 | 150 | 24 | 56 |
| Octal | 351 | 320 | 332 | 0 | 13 | 6 | 11 | 520 | 44 | 126 |
| Binary | 11101001 | 11010000 | 11011010 | 0 | 1011 | 110 | 1001 | 101010000 | 100100 | 1010110 |
Color Harmonies of #E9D0DA
Complementary color
Monochromatic Colors of #E9D0DA
Black with #E9D0DA
Text Example
Text Example
White with #E9D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0DA; }
p { color: rgb(233,208,218); }
H1.HeaderClassName
{
color: #E9D0DA;
}
.AnyTagClassName
{
color: #E9D0DA;
}
</style>
background-color css
<style>
a { background-color: #E9D0DA; }
a { background-color: rgb(233,208,218); }
div.DivClassName
{
background-color: #E9D0DA;
}
.BgClassName
{
background-color: #E9D0DA;
}
</style>
border-color css
<style>
span { border-color: #E9D0DA; }
span { border-color: rgb(233,208,218); }
td.TdClassName
{
border-color: #E9D0DA;
}
.TagClassName
{
border-color: #E9D0DA;
}
</style>