Shades of Prim #E7D3DB
Tints of Prim #E7D3DB
RGB
CMYK
RGB Variations
Color information
#E7D3DB (or 0xE7D3DB) is known color: Prim. HEX triplet: E7, D3 and DB. RGB value is (231,211,219). Sum of RGB (Red+Green+Blue) = 231+211+219=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3DB is #182C24. Grayscale: #D9D9D9. Windows color (decimal): -1584165 or 14406631. OLE color: 14406631.
HSL color Cylindrical-coordinate representation of color #E7D3DB: hue angle of 336º degrees, saturation: 0.29, 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 #E7D3DB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 211 | 219 | - |
CMYK | 0 | 0.09 | 0.05 | 0.09 |
HSL | 336º | 0.29% | 0.87% | - |
HSV(B) | 336º | 0.09% | 0.91% | - |
XYZ | 69.04 | 68.69 | 76.64 | - |
YUV | 217.89 | 128.63 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 211 | 219 | 0 | 0.09 | 0.05 | 0.09 | 336 | 0.29 | 0.87 |
Hex | E7 | D3 | DB | 0 | 9 | 5 | 9 | 150 | 1D | 57 |
Octal | 347 | 323 | 333 | 0 | 11 | 5 | 11 | 520 | 35 | 127 |
Binary | 11100111 | 11010011 | 11011011 | 0 | 1001 | 101 | 1001 | 101010000 | 11101 | 1010111 |
Color Harmonies of #E7D3DB
Complementary color
Monochromatic Colors of #E7D3DB
Black with #E7D3DB
Text Example
Text Example
White with #E7D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3DB; }
p { color: rgb(231,211,219); }
H1.HeaderClassName
{
color: #E7D3DB;
}
.AnyTagClassName
{
color: #E7D3DB;
}
</style>
background-color css
<style>
a { background-color: #E7D3DB; }
a { background-color: rgb(231,211,219); }
div.DivClassName
{
background-color: #E7D3DB;
}
.BgClassName
{
background-color: #E7D3DB;
}
</style>
border-color css
<style>
span { border-color: #E7D3DB; }
span { border-color: rgb(231,211,219); }
td.TdClassName
{
border-color: #E7D3DB;
}
.TagClassName
{
border-color: #E7D3DB;
}
</style>