Shades of Prim #E0CAD4
Tints of Prim #E0CAD4
RGB
CMYK
RGB Variations
Color information
#E0CAD4 (or 0xE0CAD4) is known color: Prim. HEX triplet: E0, CA and D4. RGB value is (224,202,212). Sum of RGB (Red+Green+Blue) = 224+202+212=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAD4 is #1F352B. Grayscale: #D1D1D1. Windows color (decimal): -2045228 or 13945568. OLE color: 13945568.
HSL color Cylindrical-coordinate representation of color #E0CAD4: hue angle of 332.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CAD4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 212 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.12 |
| HSL | 332.73º | 0.26% | 0.84% | - |
| HSV(B) | 332.73º | 0.1% | 0.88% | - |
| XYZ | 63.74 | 62.84 | 71.06 | - |
| YUV | 209.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 212 | 0 | 0.10 | 0.05 | 0.12 | 332.73 | 0.26 | 0.84 |
| Hex | E0 | CA | D4 | 0 | A | 5 | C | 14D | 1A | 54 |
| Octal | 340 | 312 | 324 | 0 | 12 | 5 | 14 | 515 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11010100 | 0 | 1010 | 101 | 1100 | 101001101 | 11010 | 1010100 |
Color Harmonies of #E0CAD4
Complementary color
Monochromatic Colors of #E0CAD4
Black with #E0CAD4
Text Example
Text Example
White with #E0CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAD4; }
p { color: rgb(224,202,212); }
H1.HeaderClassName
{
color: #E0CAD4;
}
.AnyTagClassName
{
color: #E0CAD4;
}
</style>
background-color css
<style>
a { background-color: #E0CAD4; }
a { background-color: rgb(224,202,212); }
div.DivClassName
{
background-color: #E0CAD4;
}
.BgClassName
{
background-color: #E0CAD4;
}
</style>
border-color css
<style>
span { border-color: #E0CAD4; }
span { border-color: rgb(224,202,212); }
td.TdClassName
{
border-color: #E0CAD4;
}
.TagClassName
{
border-color: #E0CAD4;
}
</style>