Shades of Prim #E7C8D4
Tints of Prim #E7C8D4
RGB
CMYK
RGB Variations
Color information
#E7C8D4 (or 0xE7C8D4) is known color: Prim. HEX triplet: E7, C8 and D4. RGB value is (231,200,212). Sum of RGB (Red+Green+Blue) = 231+200+212=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8D4 is #18372B. Grayscale: #D2D2D2. Windows color (decimal): -1586988 or 13945063. OLE color: 13945063.
HSL color Cylindrical-coordinate representation of color #E7C8D4: hue angle of 336.77º 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 #E7C8D4 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 212 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.09 |
| HSL | 336.77º | 0.39% | 0.85% | - |
| HSV(B) | 336.77º | 0.13% | 0.91% | - |
| XYZ | 65.49 | 63.05 | 71.01 | - |
| YUV | 210.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 212 | 0 | 0.13 | 0.08 | 0.09 | 336.77 | 0.39 | 0.85 |
| Hex | E7 | C8 | D4 | 0 | D | 8 | 9 | 151 | 27 | 55 |
| Octal | 347 | 310 | 324 | 0 | 15 | 10 | 11 | 521 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11010100 | 0 | 1101 | 1000 | 1001 | 101010001 | 100111 | 1010101 |
Color Harmonies of #E7C8D4
Complementary color
Monochromatic Colors of #E7C8D4
Black with #E7C8D4
Text Example
Text Example
White with #E7C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8D4; }
p { color: rgb(231,200,212); }
H1.HeaderClassName
{
color: #E7C8D4;
}
.AnyTagClassName
{
color: #E7C8D4;
}
</style>
background-color css
<style>
a { background-color: #E7C8D4; }
a { background-color: rgb(231,200,212); }
div.DivClassName
{
background-color: #E7C8D4;
}
.BgClassName
{
background-color: #E7C8D4;
}
</style>
border-color css
<style>
span { border-color: #E7C8D4; }
span { border-color: rgb(231,200,212); }
td.TdClassName
{
border-color: #E7C8D4;
}
.TagClassName
{
border-color: #E7C8D4;
}
</style>