Shades of Prim #E6CBDA
Tints of Prim #E6CBDA
RGB
CMYK
RGB Variations
Color information
#E6CBDA (or 0xE6CBDA) is known color: Prim. HEX triplet: E6, CB and DA. RGB value is (230,203,218). Sum of RGB (Red+Green+Blue) = 230+203+218=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBDA is #193425. Grayscale: #D4D4D4. Windows color (decimal): -1651750 or 14339046. OLE color: 14339046.
HSL color Cylindrical-coordinate representation of color #E6CBDA: hue angle of 326.67º 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 #E6CBDA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 218 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.10 |
| HSL | 326.67º | 0.35% | 0.85% | - |
| HSV(B) | 326.67º | 0.12% | 0.9% | - |
| XYZ | 66.64 | 64.6 | 75.29 | - |
| YUV | 212.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 218 | 0 | 0.12 | 0.05 | 0.10 | 326.67 | 0.35 | 0.85 |
| Hex | E6 | CB | DA | 0 | C | 5 | A | 147 | 23 | 55 |
| Octal | 346 | 313 | 332 | 0 | 14 | 5 | 12 | 507 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11011010 | 0 | 1100 | 101 | 1010 | 101000111 | 100011 | 1010101 |
Color Harmonies of #E6CBDA
Complementary color
Monochromatic Colors of #E6CBDA
Black with #E6CBDA
Text Example
Text Example
White with #E6CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBDA; }
p { color: rgb(230,203,218); }
H1.HeaderClassName
{
color: #E6CBDA;
}
.AnyTagClassName
{
color: #E6CBDA;
}
</style>
background-color css
<style>
a { background-color: #E6CBDA; }
a { background-color: rgb(230,203,218); }
div.DivClassName
{
background-color: #E6CBDA;
}
.BgClassName
{
background-color: #E6CBDA;
}
</style>
border-color css
<style>
span { border-color: #E6CBDA; }
span { border-color: rgb(230,203,218); }
td.TdClassName
{
border-color: #E6CBDA;
}
.TagClassName
{
border-color: #E6CBDA;
}
</style>