Shades of Prim #E1CDDA
Tints of Prim #E1CDDA
RGB
CMYK
RGB Variations
Color information
#E1CDDA (or 0xE1CDDA) is known color: Prim. HEX triplet: E1, CD and DA. RGB value is (225,205,218). Sum of RGB (Red+Green+Blue) = 225+205+218=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDA is #1E3225. Grayscale: #D4D4D4. Windows color (decimal): -1978918 or 14339553. OLE color: 14339553.
HSL color Cylindrical-coordinate representation of color #E1CDDA: hue angle of 321º 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 #E1CDDA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 218 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.12 |
| HSL | 321º | 0.25% | 0.84% | - |
| HSV(B) | 321º | 0.09% | 0.88% | - |
| XYZ | 65.54 | 64.73 | 75.37 | - |
| YUV | 212.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 218 | 0 | 0.09 | 0.03 | 0.12 | 321 | 0.25 | 0.84 |
| Hex | E1 | CD | DA | 0 | 9 | 3 | C | 141 | 19 | 54 |
| Octal | 341 | 315 | 332 | 0 | 11 | 3 | 14 | 501 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11011010 | 0 | 1001 | 11 | 1100 | 101000001 | 11001 | 1010100 |
Color Harmonies of #E1CDDA
Complementary color
Monochromatic Colors of #E1CDDA
Black with #E1CDDA
Text Example
Text Example
White with #E1CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDDA; }
p { color: rgb(225,205,218); }
H1.HeaderClassName
{
color: #E1CDDA;
}
.AnyTagClassName
{
color: #E1CDDA;
}
</style>
background-color css
<style>
a { background-color: #E1CDDA; }
a { background-color: rgb(225,205,218); }
div.DivClassName
{
background-color: #E1CDDA;
}
.BgClassName
{
background-color: #E1CDDA;
}
</style>
border-color css
<style>
span { border-color: #E1CDDA; }
span { border-color: rgb(225,205,218); }
td.TdClassName
{
border-color: #E1CDDA;
}
.TagClassName
{
border-color: #E1CDDA;
}
</style>