Shades of Prim #E9D2DD
Tints of Prim #E9D2DD
RGB
CMYK
RGB Variations
Color information
#E9D2DD (or 0xE9D2DD) is known color: Prim. HEX triplet: E9, D2 and DD. RGB value is (233,210,221). Sum of RGB (Red+Green+Blue) = 233+210+221=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DD is #162D22. Grayscale: #DADADA. Windows color (decimal): -1453347 or 14537449. OLE color: 14537449.
HSL color Cylindrical-coordinate representation of color #E9D2DD: hue angle of 331.3º 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 #E9D2DD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 221 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.09 |
| HSL | 331.3º | 0.34% | 0.87% | - |
| HSV(B) | 331.3º | 0.1% | 0.91% | - |
| XYZ | 69.7 | 68.64 | 77.98 | - |
| YUV | 218.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 221 | 0 | 0.10 | 0.05 | 0.09 | 331.3 | 0.34 | 0.87 |
| Hex | E9 | D2 | DD | 0 | A | 5 | 9 | 14B | 22 | 57 |
| Octal | 351 | 322 | 335 | 0 | 12 | 5 | 11 | 513 | 42 | 127 |
| Binary | 11101001 | 11010010 | 11011101 | 0 | 1010 | 101 | 1001 | 101001011 | 100010 | 1010111 |
Color Harmonies of #E9D2DD
Complementary color
Monochromatic Colors of #E9D2DD
Black with #E9D2DD
Text Example
Text Example
White with #E9D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2DD; }
p { color: rgb(233,210,221); }
H1.HeaderClassName
{
color: #E9D2DD;
}
.AnyTagClassName
{
color: #E9D2DD;
}
</style>
background-color css
<style>
a { background-color: #E9D2DD; }
a { background-color: rgb(233,210,221); }
div.DivClassName
{
background-color: #E9D2DD;
}
.BgClassName
{
background-color: #E9D2DD;
}
</style>
border-color css
<style>
span { border-color: #E9D2DD; }
span { border-color: rgb(233,210,221); }
td.TdClassName
{
border-color: #E9D2DD;
}
.TagClassName
{
border-color: #E9D2DD;
}
</style>