Shades of Prim #E6C8CD
Tints of Prim #E6C8CD
RGB
CMYK
RGB Variations
Color information
#E6C8CD (or 0xE6C8CD) is known color: Prim. HEX triplet: E6, C8 and CD. RGB value is (230,200,205). Sum of RGB (Red+Green+Blue) = 230+200+205=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CD is #193732. Grayscale: #D1D1D1. Windows color (decimal): -1652531 or 13486310. OLE color: 13486310.
HSL color Cylindrical-coordinate representation of color #E6C8CD: hue angle of 350º 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 #E6C8CD is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 205 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.10 |
| HSL | 350º | 0.38% | 0.84% | - |
| HSV(B) | 350º | 0.13% | 0.9% | - |
| XYZ | 64.31 | 62.54 | 66.44 | - |
| YUV | 209.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 205 | 0 | 0.13 | 0.11 | 0.10 | 350 | 0.38 | 0.84 |
| Hex | E6 | C8 | CD | 0 | D | B | A | 15E | 26 | 54 |
| Octal | 346 | 310 | 315 | 0 | 15 | 13 | 12 | 536 | 46 | 124 |
| Binary | 11100110 | 11001000 | 11001101 | 0 | 1101 | 1011 | 1010 | 101011110 | 100110 | 1010100 |
Color Harmonies of #E6C8CD
Complementary color
Monochromatic Colors of #E6C8CD
Black with #E6C8CD
Text Example
Text Example
White with #E6C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8CD; }
p { color: rgb(230,200,205); }
H1.HeaderClassName
{
color: #E6C8CD;
}
.AnyTagClassName
{
color: #E6C8CD;
}
</style>
background-color css
<style>
a { background-color: #E6C8CD; }
a { background-color: rgb(230,200,205); }
div.DivClassName
{
background-color: #E6C8CD;
}
.BgClassName
{
background-color: #E6C8CD;
}
</style>
border-color css
<style>
span { border-color: #E6C8CD; }
span { border-color: rgb(230,200,205); }
td.TdClassName
{
border-color: #E6C8CD;
}
.TagClassName
{
border-color: #E6C8CD;
}
</style>