Shades of Prim #E9D2DA
Tints of Prim #E9D2DA
RGB
CMYK
RGB Variations
Color information
#E9D2DA (or 0xE9D2DA) is known color: Prim. HEX triplet: E9, D2 and DA. RGB value is (233,210,218). Sum of RGB (Red+Green+Blue) = 233+210+218=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DA is #162D25. Grayscale: #D9D9D9. Windows color (decimal): -1453350 or 14340841. OLE color: 14340841.
HSL color Cylindrical-coordinate representation of color #E9D2DA: hue angle of 339.13º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D2DA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 218 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.09 |
| HSL | 339.13º | 0.34% | 0.87% | - |
| HSV(B) | 339.13º | 0.1% | 0.91% | - |
| XYZ | 69.31 | 68.48 | 75.89 | - |
| YUV | 217.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 218 | 0 | 0.10 | 0.06 | 0.09 | 339.13 | 0.34 | 0.87 |
| Hex | E9 | D2 | DA | 0 | A | 6 | 9 | 153 | 22 | 57 |
| Octal | 351 | 322 | 332 | 0 | 12 | 6 | 11 | 523 | 42 | 127 |
| Binary | 11101001 | 11010010 | 11011010 | 0 | 1010 | 110 | 1001 | 101010011 | 100010 | 1010111 |
Color Harmonies of #E9D2DA
Complementary color
Monochromatic Colors of #E9D2DA
Black with #E9D2DA
Text Example
Text Example
White with #E9D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2DA; }
p { color: rgb(233,210,218); }
H1.HeaderClassName
{
color: #E9D2DA;
}
.AnyTagClassName
{
color: #E9D2DA;
}
</style>
background-color css
<style>
a { background-color: #E9D2DA; }
a { background-color: rgb(233,210,218); }
div.DivClassName
{
background-color: #E9D2DA;
}
.BgClassName
{
background-color: #E9D2DA;
}
</style>
border-color css
<style>
span { border-color: #E9D2DA; }
span { border-color: rgb(233,210,218); }
td.TdClassName
{
border-color: #E9D2DA;
}
.TagClassName
{
border-color: #E9D2DA;
}
</style>