Shades of Prim #E6CED6
Tints of Prim #E6CED6
RGB
CMYK
RGB Variations
Color information
#E6CED6 (or 0xE6CED6) is known color: Prim. HEX triplet: E6, CE and D6. RGB value is (230,206,214). Sum of RGB (Red+Green+Blue) = 230+206+214=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CED6 is #193129. Grayscale: #D6D6D6. Windows color (decimal): -1650986 or 14077670. OLE color: 14077670.
HSL color Cylindrical-coordinate representation of color #E6CED6: hue angle of 340º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CED6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 214 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.10 |
| HSL | 340º | 0.32% | 0.85% | - |
| HSV(B) | 340º | 0.1% | 0.9% | - |
| XYZ | 66.84 | 65.82 | 72.8 | - |
| YUV | 214.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 214 | 0 | 0.10 | 0.07 | 0.10 | 340 | 0.32 | 0.85 |
| Hex | E6 | CE | D6 | 0 | A | 7 | A | 154 | 20 | 55 |
| Octal | 346 | 316 | 326 | 0 | 12 | 7 | 12 | 524 | 40 | 125 |
| Binary | 11100110 | 11001110 | 11010110 | 0 | 1010 | 111 | 1010 | 101010100 | 100000 | 1010101 |
Color Harmonies of #E6CED6
Complementary color
Monochromatic Colors of #E6CED6
Black with #E6CED6
Text Example
Text Example
White with #E6CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CED6; }
p { color: rgb(230,206,214); }
H1.HeaderClassName
{
color: #E6CED6;
}
.AnyTagClassName
{
color: #E6CED6;
}
</style>
background-color css
<style>
a { background-color: #E6CED6; }
a { background-color: rgb(230,206,214); }
div.DivClassName
{
background-color: #E6CED6;
}
.BgClassName
{
background-color: #E6CED6;
}
</style>
border-color css
<style>
span { border-color: #E6CED6; }
span { border-color: rgb(230,206,214); }
td.TdClassName
{
border-color: #E6CED6;
}
.TagClassName
{
border-color: #E6CED6;
}
</style>