Shades of Prim #E1CDD5
Tints of Prim #E1CDD5
RGB
CMYK
RGB Variations
Color information
#E1CDD5 (or 0xE1CDD5) is known color: Prim. HEX triplet: E1, CD and D5. RGB value is (225,205,213). Sum of RGB (Red+Green+Blue) = 225+205+213=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD5 is #1E322A. Grayscale: #D3D3D3. Windows color (decimal): -1978923 or 14011873. OLE color: 14011873.
HSL color Cylindrical-coordinate representation of color #E1CDD5: hue angle of 336º 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 #E1CDD5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 213 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.12 |
| HSL | 336º | 0.25% | 0.84% | - |
| HSV(B) | 336º | 0.09% | 0.88% | - |
| XYZ | 64.89 | 64.47 | 71.98 | - |
| YUV | 211.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 213 | 0 | 0.09 | 0.05 | 0.12 | 336 | 0.25 | 0.84 |
| Hex | E1 | CD | D5 | 0 | 9 | 5 | C | 150 | 19 | 54 |
| Octal | 341 | 315 | 325 | 0 | 11 | 5 | 14 | 520 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11010101 | 0 | 1001 | 101 | 1100 | 101010000 | 11001 | 1010100 |
Color Harmonies of #E1CDD5
Complementary color
Monochromatic Colors of #E1CDD5
Black with #E1CDD5
Text Example
Text Example
White with #E1CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDD5; }
p { color: rgb(225,205,213); }
H1.HeaderClassName
{
color: #E1CDD5;
}
.AnyTagClassName
{
color: #E1CDD5;
}
</style>
background-color css
<style>
a { background-color: #E1CDD5; }
a { background-color: rgb(225,205,213); }
div.DivClassName
{
background-color: #E1CDD5;
}
.BgClassName
{
background-color: #E1CDD5;
}
</style>
border-color css
<style>
span { border-color: #E1CDD5; }
span { border-color: rgb(225,205,213); }
td.TdClassName
{
border-color: #E1CDD5;
}
.TagClassName
{
border-color: #E1CDD5;
}
</style>