Shades of Prim #E7D5DB
Tints of Prim #E7D5DB
RGB
CMYK
RGB Variations
Color information
#E7D5DB (or 0xE7D5DB) is known color: Prim. HEX triplet: E7, D5 and DB. RGB value is (231,213,219). Sum of RGB (Red+Green+Blue) = 231+213+219=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5DB is #182A24. Grayscale: #DBDBDB. Windows color (decimal): -1583653 or 14407143. OLE color: 14407143.
HSL color Cylindrical-coordinate representation of color #E7D5DB: hue angle of 340º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D5DB is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 213 | 219 | - |
CMYK | 0 | 0.08 | 0.05 | 0.09 |
HSL | 340º | 0.27% | 0.87% | - |
HSV(B) | 340º | 0.08% | 0.91% | - |
XYZ | 69.54 | 69.69 | 76.8 | - |
YUV | 219.07 | 127.96 | 136.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 213 | 219 | 0 | 0.08 | 0.05 | 0.09 | 340 | 0.27 | 0.87 |
Hex | E7 | D5 | DB | 0 | 8 | 5 | 9 | 154 | 1B | 57 |
Octal | 347 | 325 | 333 | 0 | 10 | 5 | 11 | 524 | 33 | 127 |
Binary | 11100111 | 11010101 | 11011011 | 0 | 1000 | 101 | 1001 | 101010100 | 11011 | 1010111 |
Color Harmonies of #E7D5DB
Complementary color
Monochromatic Colors of #E7D5DB
Black with #E7D5DB
Text Example
Text Example
White with #E7D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5DB; }
p { color: rgb(231,213,219); }
H1.HeaderClassName
{
color: #E7D5DB;
}
.AnyTagClassName
{
color: #E7D5DB;
}
</style>
background-color css
<style>
a { background-color: #E7D5DB; }
a { background-color: rgb(231,213,219); }
div.DivClassName
{
background-color: #E7D5DB;
}
.BgClassName
{
background-color: #E7D5DB;
}
</style>
border-color css
<style>
span { border-color: #E7D5DB; }
span { border-color: rgb(231,213,219); }
td.TdClassName
{
border-color: #E7D5DB;
}
.TagClassName
{
border-color: #E7D5DB;
}
</style>