Shades of Prim #E7CED4
Tints of Prim #E7CED4
RGB
CMYK
RGB Variations
Color information
#E7CED4 (or 0xE7CED4) is known color: Prim. HEX triplet: E7, CE and D4. RGB value is (231,206,212). Sum of RGB (Red+Green+Blue) = 231+206+212=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED4 is #18312B. Grayscale: #D6D6D6. Windows color (decimal): -1585452 or 13946599. OLE color: 13946599.
HSL color Cylindrical-coordinate representation of color #E7CED4: hue angle of 345.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CED4 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 212 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.09 |
| HSL | 345.6º | 0.34% | 0.86% | - |
| HSV(B) | 345.6º | 0.11% | 0.91% | - |
| XYZ | 66.91 | 65.89 | 71.48 | - |
| YUV | 214.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 212 | 0 | 0.11 | 0.08 | 0.09 | 345.6 | 0.34 | 0.86 |
| Hex | E7 | CE | D4 | 0 | B | 8 | 9 | 15A | 22 | 56 |
| Octal | 347 | 316 | 324 | 0 | 13 | 10 | 11 | 532 | 42 | 126 |
| Binary | 11100111 | 11001110 | 11010100 | 0 | 1011 | 1000 | 1001 | 101011010 | 100010 | 1010110 |
Color Harmonies of #E7CED4
Complementary color
Monochromatic Colors of #E7CED4
Black with #E7CED4
Text Example
Text Example
White with #E7CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CED4; }
p { color: rgb(231,206,212); }
H1.HeaderClassName
{
color: #E7CED4;
}
.AnyTagClassName
{
color: #E7CED4;
}
</style>
background-color css
<style>
a { background-color: #E7CED4; }
a { background-color: rgb(231,206,212); }
div.DivClassName
{
background-color: #E7CED4;
}
.BgClassName
{
background-color: #E7CED4;
}
</style>
border-color css
<style>
span { border-color: #E7CED4; }
span { border-color: rgb(231,206,212); }
td.TdClassName
{
border-color: #E7CED4;
}
.TagClassName
{
border-color: #E7CED4;
}
</style>