Shades of Prim #E1CDD9
Tints of Prim #E1CDD9
RGB
CMYK
RGB Variations
Color information
#E1CDD9 (or 0xE1CDD9) is known color: Prim. HEX triplet: E1, CD and D9. RGB value is (225,205,217). Sum of RGB (Red+Green+Blue) = 225+205+217=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD9 is #1E3226. Grayscale: #D4D4D4. Windows color (decimal): -1978919 or 14274017. OLE color: 14274017.
HSL color Cylindrical-coordinate representation of color #E1CDD9: hue angle of 324º degrees, saturation: 0.25, 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 #E1CDD9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 217 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.12 |
| HSL | 324º | 0.25% | 0.84% | - |
| HSV(B) | 324º | 0.09% | 0.88% | - |
| XYZ | 65.41 | 64.68 | 74.68 | - |
| YUV | 212.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 217 | 0 | 0.09 | 0.04 | 0.12 | 324 | 0.25 | 0.84 |
| Hex | E1 | CD | D9 | 0 | 9 | 4 | C | 144 | 19 | 54 |
| Octal | 341 | 315 | 331 | 0 | 11 | 4 | 14 | 504 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11011001 | 0 | 1001 | 100 | 1100 | 101000100 | 11001 | 1010100 |
Color Harmonies of #E1CDD9
Complementary color
Monochromatic Colors of #E1CDD9
Black with #E1CDD9
Text Example
Text Example
White with #E1CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDD9; }
p { color: rgb(225,205,217); }
H1.HeaderClassName
{
color: #E1CDD9;
}
.AnyTagClassName
{
color: #E1CDD9;
}
</style>
background-color css
<style>
a { background-color: #E1CDD9; }
a { background-color: rgb(225,205,217); }
div.DivClassName
{
background-color: #E1CDD9;
}
.BgClassName
{
background-color: #E1CDD9;
}
</style>
border-color css
<style>
span { border-color: #E1CDD9; }
span { border-color: rgb(225,205,217); }
td.TdClassName
{
border-color: #E1CDD9;
}
.TagClassName
{
border-color: #E1CDD9;
}
</style>