Shades of Prim #E1CDD1
Tints of Prim #E1CDD1
RGB
CMYK
RGB Variations
Color information
#E1CDD1 (or 0xE1CDD1) is known color: Prim. HEX triplet: E1, CD and D1. RGB value is (225,205,209). Sum of RGB (Red+Green+Blue) = 225+205+209=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD1 is #1E322E. Grayscale: #D3D3D3. Windows color (decimal): -1978927 or 13749729. OLE color: 13749729.
HSL color Cylindrical-coordinate representation of color #E1CDD1: hue angle of 348º 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 #E1CDD1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 209 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.12 |
| HSL | 348º | 0.25% | 0.84% | - |
| HSV(B) | 348º | 0.09% | 0.88% | - |
| XYZ | 64.39 | 64.27 | 69.33 | - |
| YUV | 211.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 209 | 0 | 0.09 | 0.07 | 0.12 | 348 | 0.25 | 0.84 |
| Hex | E1 | CD | D1 | 0 | 9 | 7 | C | 15C | 19 | 54 |
| Octal | 341 | 315 | 321 | 0 | 11 | 7 | 14 | 534 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11010001 | 0 | 1001 | 111 | 1100 | 101011100 | 11001 | 1010100 |
Color Harmonies of #E1CDD1
Complementary color
Monochromatic Colors of #E1CDD1
Black with #E1CDD1
Text Example
Text Example
White with #E1CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDD1; }
p { color: rgb(225,205,209); }
H1.HeaderClassName
{
color: #E1CDD1;
}
.AnyTagClassName
{
color: #E1CDD1;
}
</style>
background-color css
<style>
a { background-color: #E1CDD1; }
a { background-color: rgb(225,205,209); }
div.DivClassName
{
background-color: #E1CDD1;
}
.BgClassName
{
background-color: #E1CDD1;
}
</style>
border-color css
<style>
span { border-color: #E1CDD1; }
span { border-color: rgb(225,205,209); }
td.TdClassName
{
border-color: #E1CDD1;
}
.TagClassName
{
border-color: #E1CDD1;
}
</style>