Shades of Prim #E7C8D2
Tints of Prim #E7C8D2
RGB
CMYK
RGB Variations
Color information
#E7C8D2 (or 0xE7C8D2) is known color: Prim. HEX triplet: E7, C8 and D2. RGB value is (231,200,210). Sum of RGB (Red+Green+Blue) = 231+200+210=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8D2 is #18372D. Grayscale: #D2D2D2. Windows color (decimal): -1586990 or 13813991. OLE color: 13813991.
HSL color Cylindrical-coordinate representation of color #E7C8D2: hue angle of 340.65º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C8D2 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 210 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.09 |
| HSL | 340.65º | 0.39% | 0.85% | - |
| HSV(B) | 340.65º | 0.13% | 0.91% | - |
| XYZ | 65.24 | 62.95 | 69.68 | - |
| YUV | 210.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 210 | 0 | 0.13 | 0.09 | 0.09 | 340.65 | 0.39 | 0.85 |
| Hex | E7 | C8 | D2 | 0 | D | 9 | 9 | 155 | 27 | 55 |
| Octal | 347 | 310 | 322 | 0 | 15 | 11 | 11 | 525 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11010010 | 0 | 1101 | 1001 | 1001 | 101010101 | 100111 | 1010101 |
Color Harmonies of #E7C8D2
Complementary color
Monochromatic Colors of #E7C8D2
Black with #E7C8D2
Text Example
Text Example
White with #E7C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8D2; }
p { color: rgb(231,200,210); }
H1.HeaderClassName
{
color: #E7C8D2;
}
.AnyTagClassName
{
color: #E7C8D2;
}
</style>
background-color css
<style>
a { background-color: #E7C8D2; }
a { background-color: rgb(231,200,210); }
div.DivClassName
{
background-color: #E7C8D2;
}
.BgClassName
{
background-color: #E7C8D2;
}
</style>
border-color css
<style>
span { border-color: #E7C8D2; }
span { border-color: rgb(231,200,210); }
td.TdClassName
{
border-color: #E7C8D2;
}
.TagClassName
{
border-color: #E7C8D2;
}
</style>