Shades of Prim #E0CDD9
Tints of Prim #E0CDD9
RGB
CMYK
RGB Variations
Color information
#E0CDD9 (or 0xE0CDD9) is known color: Prim. HEX triplet: E0, CD and D9. RGB value is (224,205,217). Sum of RGB (Red+Green+Blue) = 224+205+217=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDD9 is #1F3226. Grayscale: #D4D4D4. Windows color (decimal): -2044455 or 14274016. OLE color: 14274016.
HSL color Cylindrical-coordinate representation of color #E0CDD9: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDD9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 217 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 322.11º | 0.23% | 0.84% | - |
| HSV(B) | 322.11º | 0.08% | 0.88% | - |
| XYZ | 65.1 | 64.52 | 74.67 | - |
| YUV | 212.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 217 | 0 | 0.08 | 0.03 | 0.12 | 322.11 | 0.23 | 0.84 |
| Hex | E0 | CD | D9 | 0 | 8 | 3 | C | 142 | 17 | 54 |
| Octal | 340 | 315 | 331 | 0 | 10 | 3 | 14 | 502 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11011001 | 0 | 1000 | 11 | 1100 | 101000010 | 10111 | 1010100 |
Color Harmonies of #E0CDD9
Complementary color
Monochromatic Colors of #E0CDD9
Black with #E0CDD9
Text Example
Text Example
White with #E0CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDD9; }
p { color: rgb(224,205,217); }
H1.HeaderClassName
{
color: #E0CDD9;
}
.AnyTagClassName
{
color: #E0CDD9;
}
</style>
background-color css
<style>
a { background-color: #E0CDD9; }
a { background-color: rgb(224,205,217); }
div.DivClassName
{
background-color: #E0CDD9;
}
.BgClassName
{
background-color: #E0CDD9;
}
</style>
border-color css
<style>
span { border-color: #E0CDD9; }
span { border-color: rgb(224,205,217); }
td.TdClassName
{
border-color: #E0CDD9;
}
.TagClassName
{
border-color: #E0CDD9;
}
</style>