Shades of Prim #E7D0DC
Tints of Prim #E7D0DC
RGB
CMYK
RGB Variations
Color information
#E7D0DC (or 0xE7D0DC) is known color: Prim. HEX triplet: E7, D0 and DC. RGB value is (231,208,220). Sum of RGB (Red+Green+Blue) = 231+208+220=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0DC is #182F23. Grayscale: #D8D8D8. Windows color (decimal): -1584932 or 14471399. OLE color: 14471399.
HSL color Cylindrical-coordinate representation of color #E7D0DC: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D0DC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 208 | 220 | - |
CMYK | 0 | 0.10 | 0.05 | 0.09 |
HSL | 328.7º | 0.32% | 0.86% | - |
HSV(B) | 328.7º | 0.1% | 0.91% | - |
XYZ | 68.43 | 67.27 | 77.09 | - |
YUV | 216.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 208 | 220 | 0 | 0.10 | 0.05 | 0.09 | 328.7 | 0.32 | 0.86 |
Hex | E7 | D0 | DC | 0 | A | 5 | 9 | 149 | 20 | 56 |
Octal | 347 | 320 | 334 | 0 | 12 | 5 | 11 | 511 | 40 | 126 |
Binary | 11100111 | 11010000 | 11011100 | 0 | 1010 | 101 | 1001 | 101001001 | 100000 | 1010110 |
Color Harmonies of #E7D0DC
Complementary color
Monochromatic Colors of #E7D0DC
Black with #E7D0DC
Text Example
Text Example
White with #E7D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0DC; }
p { color: rgb(231,208,220); }
H1.HeaderClassName
{
color: #E7D0DC;
}
.AnyTagClassName
{
color: #E7D0DC;
}
</style>
background-color css
<style>
a { background-color: #E7D0DC; }
a { background-color: rgb(231,208,220); }
div.DivClassName
{
background-color: #E7D0DC;
}
.BgClassName
{
background-color: #E7D0DC;
}
</style>
border-color css
<style>
span { border-color: #E7D0DC; }
span { border-color: rgb(231,208,220); }
td.TdClassName
{
border-color: #E7D0DC;
}
.TagClassName
{
border-color: #E7D0DC;
}
</style>