Shades of Prim #E6CBD9
Tints of Prim #E6CBD9
RGB
CMYK
RGB Variations
Color information
#E6CBD9 (or 0xE6CBD9) is known color: Prim. HEX triplet: E6, CB and D9. RGB value is (230,203,217). Sum of RGB (Red+Green+Blue) = 230+203+217=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBD9 is #193426. Grayscale: #D4D4D4. Windows color (decimal): -1651751 or 14273510. OLE color: 14273510.
HSL color Cylindrical-coordinate representation of color #E6CBD9: hue angle of 328.89º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CBD9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 217 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.10 |
| HSL | 328.89º | 0.35% | 0.85% | - |
| HSV(B) | 328.89º | 0.12% | 0.9% | - |
| XYZ | 66.51 | 64.54 | 74.6 | - |
| YUV | 212.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 217 | 0 | 0.12 | 0.06 | 0.10 | 328.89 | 0.35 | 0.85 |
| Hex | E6 | CB | D9 | 0 | C | 6 | A | 149 | 23 | 55 |
| Octal | 346 | 313 | 331 | 0 | 14 | 6 | 12 | 511 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11011001 | 0 | 1100 | 110 | 1010 | 101001001 | 100011 | 1010101 |
Color Harmonies of #E6CBD9
Complementary color
Monochromatic Colors of #E6CBD9
Black with #E6CBD9
Text Example
Text Example
White with #E6CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBD9; }
p { color: rgb(230,203,217); }
H1.HeaderClassName
{
color: #E6CBD9;
}
.AnyTagClassName
{
color: #E6CBD9;
}
</style>
background-color css
<style>
a { background-color: #E6CBD9; }
a { background-color: rgb(230,203,217); }
div.DivClassName
{
background-color: #E6CBD9;
}
.BgClassName
{
background-color: #E6CBD9;
}
</style>
border-color css
<style>
span { border-color: #E6CBD9; }
span { border-color: rgb(230,203,217); }
td.TdClassName
{
border-color: #E6CBD9;
}
.TagClassName
{
border-color: #E6CBD9;
}
</style>