Shades of Prim #E6C6CE
Tints of Prim #E6C6CE
RGB
CMYK
RGB Variations
Color information
#E6C6CE (or 0xE6C6CE) is known color: Prim. HEX triplet: E6, C6 and CE. RGB value is (230,198,206). Sum of RGB (Red+Green+Blue) = 230+198+206=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6CE is #193931. Grayscale: #D0D0D0. Windows color (decimal): -1653042 or 13551334. OLE color: 13551334.
HSL color Cylindrical-coordinate representation of color #E6C6CE: hue angle of 345º 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 #E6C6CE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 206 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.10 |
| HSL | 345º | 0.39% | 0.84% | - |
| HSV(B) | 345º | 0.14% | 0.9% | - |
| XYZ | 63.97 | 61.67 | 66.92 | - |
| YUV | 208.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 206 | 0 | 0.14 | 0.10 | 0.10 | 345 | 0.39 | 0.84 |
| Hex | E6 | C6 | CE | 0 | E | A | A | 159 | 27 | 54 |
| Octal | 346 | 306 | 316 | 0 | 16 | 12 | 12 | 531 | 47 | 124 |
| Binary | 11100110 | 11000110 | 11001110 | 0 | 1110 | 1010 | 1010 | 101011001 | 100111 | 1010100 |
Color Harmonies of #E6C6CE
Complementary color
Monochromatic Colors of #E6C6CE
Black with #E6C6CE
Text Example
Text Example
White with #E6C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6CE; }
p { color: rgb(230,198,206); }
H1.HeaderClassName
{
color: #E6C6CE;
}
.AnyTagClassName
{
color: #E6C6CE;
}
</style>
background-color css
<style>
a { background-color: #E6C6CE; }
a { background-color: rgb(230,198,206); }
div.DivClassName
{
background-color: #E6C6CE;
}
.BgClassName
{
background-color: #E6C6CE;
}
</style>
border-color css
<style>
span { border-color: #E6C6CE; }
span { border-color: rgb(230,198,206); }
td.TdClassName
{
border-color: #E6C6CE;
}
.TagClassName
{
border-color: #E6C6CE;
}
</style>