Shades of Prim #E0CCD3
Tints of Prim #E0CCD3
RGB
CMYK
RGB Variations
Color information
#E0CCD3 (or 0xE0CCD3) is known color: Prim. HEX triplet: E0, CC and D3. RGB value is (224,204,211). Sum of RGB (Red+Green+Blue) = 224+204+211=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD3 is #1F332C. Grayscale: #D2D2D2. Windows color (decimal): -2044717 or 13880544. OLE color: 13880544.
HSL color Cylindrical-coordinate representation of color #E0CCD3: hue angle of 339º 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 #E0CCD3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 211 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.12 |
| HSL | 339º | 0.24% | 0.84% | - |
| HSV(B) | 339º | 0.09% | 0.88% | - |
| XYZ | 64.09 | 63.74 | 70.55 | - |
| YUV | 210.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 211 | 0 | 0.09 | 0.06 | 0.12 | 339 | 0.24 | 0.84 |
| Hex | E0 | CC | D3 | 0 | 9 | 6 | C | 153 | 18 | 54 |
| Octal | 340 | 314 | 323 | 0 | 11 | 6 | 14 | 523 | 30 | 124 |
| Binary | 11100000 | 11001100 | 11010011 | 0 | 1001 | 110 | 1100 | 101010011 | 11000 | 1010100 |
Color Harmonies of #E0CCD3
Complementary color
Monochromatic Colors of #E0CCD3
Black with #E0CCD3
Text Example
Text Example
White with #E0CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCD3; }
p { color: rgb(224,204,211); }
H1.HeaderClassName
{
color: #E0CCD3;
}
.AnyTagClassName
{
color: #E0CCD3;
}
</style>
background-color css
<style>
a { background-color: #E0CCD3; }
a { background-color: rgb(224,204,211); }
div.DivClassName
{
background-color: #E0CCD3;
}
.BgClassName
{
background-color: #E0CCD3;
}
</style>
border-color css
<style>
span { border-color: #E0CCD3; }
span { border-color: rgb(224,204,211); }
td.TdClassName
{
border-color: #E0CCD3;
}
.TagClassName
{
border-color: #E0CCD3;
}
</style>