Shades of Prim #E7D2D9
Tints of Prim #E7D2D9
RGB
CMYK
RGB Variations
Color information
#E7D2D9 (or 0xE7D2D9) is known color: Prim. HEX triplet: E7, D2 and D9. RGB value is (231,210,217). Sum of RGB (Red+Green+Blue) = 231+210+217=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2D9 is #182D26. Grayscale: #D9D9D9. Windows color (decimal): -1584423 or 14275303. OLE color: 14275303.
HSL color Cylindrical-coordinate representation of color #E7D2D9: hue angle of 340º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D2D9 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 210 | 217 | - |
CMYK | 0 | 0.09 | 0.06 | 0.09 |
HSL | 340º | 0.3% | 0.86% | - |
HSV(B) | 340º | 0.09% | 0.91% | - |
XYZ | 68.53 | 68.09 | 75.18 | - |
YUV | 217.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 210 | 217 | 0 | 0.09 | 0.06 | 0.09 | 340 | 0.3 | 0.86 |
Hex | E7 | D2 | D9 | 0 | 9 | 6 | 9 | 154 | 1E | 56 |
Octal | 347 | 322 | 331 | 0 | 11 | 6 | 11 | 524 | 36 | 126 |
Binary | 11100111 | 11010010 | 11011001 | 0 | 1001 | 110 | 1001 | 101010100 | 11110 | 1010110 |
Color Harmonies of #E7D2D9
Complementary color
Monochromatic Colors of #E7D2D9
Black with #E7D2D9
Text Example
Text Example
White with #E7D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2D9; }
p { color: rgb(231,210,217); }
H1.HeaderClassName
{
color: #E7D2D9;
}
.AnyTagClassName
{
color: #E7D2D9;
}
</style>
background-color css
<style>
a { background-color: #E7D2D9; }
a { background-color: rgb(231,210,217); }
div.DivClassName
{
background-color: #E7D2D9;
}
.BgClassName
{
background-color: #E7D2D9;
}
</style>
border-color css
<style>
span { border-color: #E7D2D9; }
span { border-color: rgb(231,210,217); }
td.TdClassName
{
border-color: #E7D2D9;
}
.TagClassName
{
border-color: #E7D2D9;
}
</style>