Shades of Prim #E0C8D4
Tints of Prim #E0C8D4
RGB
CMYK
RGB Variations
Color information
#E0C8D4 (or 0xE0C8D4) is known color: Prim. HEX triplet: E0, C8 and D4. RGB value is (224,200,212). Sum of RGB (Red+Green+Blue) = 224+200+212=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8D4 is #1F372B. Grayscale: #D0D0D0. Windows color (decimal): -2045740 or 13945056. OLE color: 13945056.
HSL color Cylindrical-coordinate representation of color #E0C8D4: hue angle of 330º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0C8D4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 212 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.12 |
| HSL | 330º | 0.28% | 0.83% | - |
| HSV(B) | 330º | 0.11% | 0.88% | - |
| XYZ | 63.28 | 61.91 | 70.9 | - |
| YUV | 208.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 212 | 0 | 0.11 | 0.05 | 0.12 | 330 | 0.28 | 0.83 |
| Hex | E0 | C8 | D4 | 0 | B | 5 | C | 14A | 1C | 53 |
| Octal | 340 | 310 | 324 | 0 | 13 | 5 | 14 | 512 | 34 | 123 |
| Binary | 11100000 | 11001000 | 11010100 | 0 | 1011 | 101 | 1100 | 101001010 | 11100 | 1010011 |
Color Harmonies of #E0C8D4
Complementary color
Monochromatic Colors of #E0C8D4
Black with #E0C8D4
Text Example
Text Example
White with #E0C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C8D4; }
p { color: rgb(224,200,212); }
H1.HeaderClassName
{
color: #E0C8D4;
}
.AnyTagClassName
{
color: #E0C8D4;
}
</style>
background-color css
<style>
a { background-color: #E0C8D4; }
a { background-color: rgb(224,200,212); }
div.DivClassName
{
background-color: #E0C8D4;
}
.BgClassName
{
background-color: #E0C8D4;
}
</style>
border-color css
<style>
span { border-color: #E0C8D4; }
span { border-color: rgb(224,200,212); }
td.TdClassName
{
border-color: #E0C8D4;
}
.TagClassName
{
border-color: #E0C8D4;
}
</style>