Shades of Prim #E6C7CF
Tints of Prim #E6C7CF
RGB
CMYK
RGB Variations
Color information
#E6C7CF (or 0xE6C7CF) is known color: Prim. HEX triplet: E6, C7 and CF. RGB value is (230,199,207). Sum of RGB (Red+Green+Blue) = 230+199+207=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7CF is #193830. Grayscale: #D1D1D1. Windows color (decimal): -1652785 or 13617126. OLE color: 13617126.
HSL color Cylindrical-coordinate representation of color #E6C7CF: hue angle of 344.52º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C7CF is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 207 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.10 |
| HSL | 344.52º | 0.38% | 0.84% | - |
| HSV(B) | 344.52º | 0.13% | 0.9% | - |
| XYZ | 64.32 | 62.17 | 67.64 | - |
| YUV | 209.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 207 | 0 | 0.13 | 0.10 | 0.10 | 344.52 | 0.38 | 0.84 |
| Hex | E6 | C7 | CF | 0 | D | A | A | 159 | 26 | 54 |
| Octal | 346 | 307 | 317 | 0 | 15 | 12 | 12 | 531 | 46 | 124 |
| Binary | 11100110 | 11000111 | 11001111 | 0 | 1101 | 1010 | 1010 | 101011001 | 100110 | 1010100 |
Color Harmonies of #E6C7CF
Complementary color
Monochromatic Colors of #E6C7CF
Black with #E6C7CF
Text Example
Text Example
White with #E6C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7CF; }
p { color: rgb(230,199,207); }
H1.HeaderClassName
{
color: #E6C7CF;
}
.AnyTagClassName
{
color: #E6C7CF;
}
</style>
background-color css
<style>
a { background-color: #E6C7CF; }
a { background-color: rgb(230,199,207); }
div.DivClassName
{
background-color: #E6C7CF;
}
.BgClassName
{
background-color: #E6C7CF;
}
</style>
border-color css
<style>
span { border-color: #E6C7CF; }
span { border-color: rgb(230,199,207); }
td.TdClassName
{
border-color: #E6C7CF;
}
.TagClassName
{
border-color: #E6C7CF;
}
</style>