Shades of Prim #E6C6CF
Tints of Prim #E6C6CF
RGB
CMYK
RGB Variations
Color information
#E6C6CF (or 0xE6C6CF) is known color: Prim. HEX triplet: E6, C6 and CF. RGB value is (230,198,207). Sum of RGB (Red+Green+Blue) = 230+198+207=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6CF is #193930. Grayscale: #D0D0D0. Windows color (decimal): -1653041 or 13616870. OLE color: 13616870.
HSL color Cylindrical-coordinate representation of color #E6C6CF: hue angle of 343.12º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C6CF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 207 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.10 |
| HSL | 343.13º | 0.39% | 0.84% | - |
| HSV(B) | 343.13º | 0.14% | 0.9% | - |
| XYZ | 64.09 | 61.72 | 67.57 | - |
| YUV | 208.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 207 | 0 | 0.14 | 0.10 | 0.10 | 343.13 | 0.39 | 0.84 |
| Hex | E6 | C6 | CF | 0 | E | A | A | 157 | 27 | 54 |
| Octal | 346 | 306 | 317 | 0 | 16 | 12 | 12 | 527 | 47 | 124 |
| Binary | 11100110 | 11000110 | 11001111 | 0 | 1110 | 1010 | 1010 | 101010111 | 100111 | 1010100 |
Color Harmonies of #E6C6CF
Complementary color
Monochromatic Colors of #E6C6CF
Black with #E6C6CF
Text Example
Text Example
White with #E6C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6CF; }
p { color: rgb(230,198,207); }
H1.HeaderClassName
{
color: #E6C6CF;
}
.AnyTagClassName
{
color: #E6C6CF;
}
</style>
background-color css
<style>
a { background-color: #E6C6CF; }
a { background-color: rgb(230,198,207); }
div.DivClassName
{
background-color: #E6C6CF;
}
.BgClassName
{
background-color: #E6C6CF;
}
</style>
border-color css
<style>
span { border-color: #E6C6CF; }
span { border-color: rgb(230,198,207); }
td.TdClassName
{
border-color: #E6C6CF;
}
.TagClassName
{
border-color: #E6C6CF;
}
</style>