Shades of Prim #E7C2D1
Tints of Prim #E7C2D1
RGB
CMYK
RGB Variations
Color information
#E7C2D1 (or 0xE7C2D1) is known color: Prim. HEX triplet: E7, C2 and D1. RGB value is (231,194,209). Sum of RGB (Red+Green+Blue) = 231+194+209=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2D1 is #183D2E. Grayscale: #CECECE. Windows color (decimal): -1588527 or 13746919. OLE color: 13746919.
HSL color Cylindrical-coordinate representation of color #E7C2D1: hue angle of 335.68º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C2D1 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 209 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.09 |
| HSL | 335.68º | 0.44% | 0.83% | - |
| HSV(B) | 335.68º | 0.16% | 0.91% | - |
| XYZ | 63.76 | 60.18 | 68.58 | - |
| YUV | 206.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 209 | 0 | 0.16 | 0.10 | 0.09 | 335.68 | 0.44 | 0.83 |
| Hex | E7 | C2 | D1 | 0 | 10 | A | 9 | 150 | 2C | 53 |
| Octal | 347 | 302 | 321 | 0 | 20 | 12 | 11 | 520 | 54 | 123 |
| Binary | 11100111 | 11000010 | 11010001 | 0 | 10000 | 1010 | 1001 | 101010000 | 101100 | 1010011 |
Color Harmonies of #E7C2D1
Complementary color
Monochromatic Colors of #E7C2D1
Black with #E7C2D1
Text Example
Text Example
White with #E7C2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2D1; }
p { color: rgb(231,194,209); }
H1.HeaderClassName
{
color: #E7C2D1;
}
.AnyTagClassName
{
color: #E7C2D1;
}
</style>
background-color css
<style>
a { background-color: #E7C2D1; }
a { background-color: rgb(231,194,209); }
div.DivClassName
{
background-color: #E7C2D1;
}
.BgClassName
{
background-color: #E7C2D1;
}
</style>
border-color css
<style>
span { border-color: #E7C2D1; }
span { border-color: rgb(231,194,209); }
td.TdClassName
{
border-color: #E7C2D1;
}
.TagClassName
{
border-color: #E7C2D1;
}
</style>