Shades of Prim #E0CCD8
Tints of Prim #E0CCD8
RGB
CMYK
RGB Variations
Color information
#E0CCD8 (or 0xE0CCD8) is known color: Prim. HEX triplet: E0, CC and D8. RGB value is (224,204,216). Sum of RGB (Red+Green+Blue) = 224+204+216=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD8 is #1F3327. Grayscale: #D3D3D3. Windows color (decimal): -2044712 or 14208224. OLE color: 14208224.
HSL color Cylindrical-coordinate representation of color #E0CCD8: hue angle of 324º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCD8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 216 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.12 |
| HSL | 324º | 0.24% | 0.84% | - |
| HSV(B) | 324º | 0.09% | 0.88% | - |
| XYZ | 64.73 | 63.99 | 73.91 | - |
| YUV | 211.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 216 | 0 | 0.09 | 0.04 | 0.12 | 324 | 0.24 | 0.84 |
| Hex | E0 | CC | D8 | 0 | 9 | 4 | C | 144 | 18 | 54 |
| Octal | 340 | 314 | 330 | 0 | 11 | 4 | 14 | 504 | 30 | 124 |
| Binary | 11100000 | 11001100 | 11011000 | 0 | 1001 | 100 | 1100 | 101000100 | 11000 | 1010100 |
Color Harmonies of #E0CCD8
Complementary color
Monochromatic Colors of #E0CCD8
Black with #E0CCD8
Text Example
Text Example
White with #E0CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCD8; }
p { color: rgb(224,204,216); }
H1.HeaderClassName
{
color: #E0CCD8;
}
.AnyTagClassName
{
color: #E0CCD8;
}
</style>
background-color css
<style>
a { background-color: #E0CCD8; }
a { background-color: rgb(224,204,216); }
div.DivClassName
{
background-color: #E0CCD8;
}
.BgClassName
{
background-color: #E0CCD8;
}
</style>
border-color css
<style>
span { border-color: #E0CCD8; }
span { border-color: rgb(224,204,216); }
td.TdClassName
{
border-color: #E0CCD8;
}
.TagClassName
{
border-color: #E0CCD8;
}
</style>