Shades of Prim #E7C8D3
Tints of Prim #E7C8D3
RGB
CMYK
RGB Variations
Color information
#E7C8D3 (or 0xE7C8D3) is known color: Prim. HEX triplet: E7, C8 and D3. RGB value is (231,200,211). Sum of RGB (Red+Green+Blue) = 231+200+211=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8D3 is #18372C. Grayscale: #D2D2D2. Windows color (decimal): -1586989 or 13879527. OLE color: 13879527.
HSL color Cylindrical-coordinate representation of color #E7C8D3: hue angle of 338.71º 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 #E7C8D3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 211 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.09 |
| HSL | 338.71º | 0.39% | 0.85% | - |
| HSV(B) | 338.71º | 0.13% | 0.91% | - |
| XYZ | 65.37 | 63 | 70.34 | - |
| YUV | 210.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 211 | 0 | 0.13 | 0.09 | 0.09 | 338.71 | 0.39 | 0.85 |
| Hex | E7 | C8 | D3 | 0 | D | 9 | 9 | 153 | 27 | 55 |
| Octal | 347 | 310 | 323 | 0 | 15 | 11 | 11 | 523 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11010011 | 0 | 1101 | 1001 | 1001 | 101010011 | 100111 | 1010101 |
Color Harmonies of #E7C8D3
Complementary color
Monochromatic Colors of #E7C8D3
Black with #E7C8D3
Text Example
Text Example
White with #E7C8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8D3; }
p { color: rgb(231,200,211); }
H1.HeaderClassName
{
color: #E7C8D3;
}
.AnyTagClassName
{
color: #E7C8D3;
}
</style>
background-color css
<style>
a { background-color: #E7C8D3; }
a { background-color: rgb(231,200,211); }
div.DivClassName
{
background-color: #E7C8D3;
}
.BgClassName
{
background-color: #E7C8D3;
}
</style>
border-color css
<style>
span { border-color: #E7C8D3; }
span { border-color: rgb(231,200,211); }
td.TdClassName
{
border-color: #E7C8D3;
}
.TagClassName
{
border-color: #E7C8D3;
}
</style>