Shades of Prim #E6CCD8
Tints of Prim #E6CCD8
RGB
CMYK
RGB Variations
Color information
#E6CCD8 (or 0xE6CCD8) is known color: Prim. HEX triplet: E6, CC and D8. RGB value is (230,204,216). Sum of RGB (Red+Green+Blue) = 230+204+216=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCD8 is #193327. Grayscale: #D5D5D5. Windows color (decimal): -1651496 or 14208230. OLE color: 14208230.
HSL color Cylindrical-coordinate representation of color #E6CCD8: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCD8 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 216 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.10 |
| HSL | 332.31º | 0.34% | 0.85% | - |
| HSV(B) | 332.31º | 0.11% | 0.9% | - |
| XYZ | 66.62 | 64.97 | 73.99 | - |
| YUV | 213.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 216 | 0 | 0.11 | 0.06 | 0.10 | 332.31 | 0.34 | 0.85 |
| Hex | E6 | CC | D8 | 0 | B | 6 | A | 14C | 22 | 55 |
| Octal | 346 | 314 | 330 | 0 | 13 | 6 | 12 | 514 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11011000 | 0 | 1011 | 110 | 1010 | 101001100 | 100010 | 1010101 |
Color Harmonies of #E6CCD8
Complementary color
Monochromatic Colors of #E6CCD8
Black with #E6CCD8
Text Example
Text Example
White with #E6CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCD8; }
p { color: rgb(230,204,216); }
H1.HeaderClassName
{
color: #E6CCD8;
}
.AnyTagClassName
{
color: #E6CCD8;
}
</style>
background-color css
<style>
a { background-color: #E6CCD8; }
a { background-color: rgb(230,204,216); }
div.DivClassName
{
background-color: #E6CCD8;
}
.BgClassName
{
background-color: #E6CCD8;
}
</style>
border-color css
<style>
span { border-color: #E6CCD8; }
span { border-color: rgb(230,204,216); }
td.TdClassName
{
border-color: #E6CCD8;
}
.TagClassName
{
border-color: #E6CCD8;
}
</style>