Shades of Prim #E9D5DD
Tints of Prim #E9D5DD
RGB
CMYK
RGB Variations
Color information
#E9D5DD (or 0xE9D5DD) is known color: Prim. HEX triplet: E9, D5 and DD. RGB value is (233,213,221). Sum of RGB (Red+Green+Blue) = 233+213+221=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5DD is #162A22. Grayscale: #DBDBDB. Windows color (decimal): -1452579 or 14538217. OLE color: 14538217.
HSL color Cylindrical-coordinate representation of color #E9D5DD: hue angle of 336º degrees, saturation: 0.31, 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 #E9D5DD is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 213 | 221 | - |
CMYK | 0 | 0.09 | 0.05 | 0.09 |
HSL | 336º | 0.31% | 0.87% | - |
HSV(B) | 336º | 0.09% | 0.91% | - |
XYZ | 70.45 | 70.13 | 78.23 | - |
YUV | 219.89 | 128.63 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 213 | 221 | 0 | 0.09 | 0.05 | 0.09 | 336 | 0.31 | 0.87 |
Hex | E9 | D5 | DD | 0 | 9 | 5 | 9 | 150 | 1F | 57 |
Octal | 351 | 325 | 335 | 0 | 11 | 5 | 11 | 520 | 37 | 127 |
Binary | 11101001 | 11010101 | 11011101 | 0 | 1001 | 101 | 1001 | 101010000 | 11111 | 1010111 |
Color Harmonies of #E9D5DD
Complementary color
Monochromatic Colors of #E9D5DD
Black with #E9D5DD
Text Example
Text Example
White with #E9D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5DD; }
p { color: rgb(233,213,221); }
H1.HeaderClassName
{
color: #E9D5DD;
}
.AnyTagClassName
{
color: #E9D5DD;
}
</style>
background-color css
<style>
a { background-color: #E9D5DD; }
a { background-color: rgb(233,213,221); }
div.DivClassName
{
background-color: #E9D5DD;
}
.BgClassName
{
background-color: #E9D5DD;
}
</style>
border-color css
<style>
span { border-color: #E9D5DD; }
span { border-color: rgb(233,213,221); }
td.TdClassName
{
border-color: #E9D5DD;
}
.TagClassName
{
border-color: #E9D5DD;
}
</style>