Shades of Prim #E0CDD5
Tints of Prim #E0CDD5
RGB
CMYK
RGB Variations
Color information
#E0CDD5 (or 0xE0CDD5) is known color: Prim. HEX triplet: E0, CD and D5. RGB value is (224,205,213). Sum of RGB (Red+Green+Blue) = 224+205+213=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDD5 is #1F322A. Grayscale: #D3D3D3. Windows color (decimal): -2044459 or 14011872. OLE color: 14011872.
HSL color Cylindrical-coordinate representation of color #E0CDD5: hue angle of 334.74º 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 #E0CDD5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 213 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.12 |
| HSL | 334.74º | 0.23% | 0.84% | - |
| HSV(B) | 334.74º | 0.08% | 0.88% | - |
| XYZ | 64.58 | 64.31 | 71.96 | - |
| YUV | 211.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 213 | 0 | 0.08 | 0.05 | 0.12 | 334.74 | 0.23 | 0.84 |
| Hex | E0 | CD | D5 | 0 | 8 | 5 | C | 14F | 17 | 54 |
| Octal | 340 | 315 | 325 | 0 | 10 | 5 | 14 | 517 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11010101 | 0 | 1000 | 101 | 1100 | 101001111 | 10111 | 1010100 |
Color Harmonies of #E0CDD5
Complementary color
Monochromatic Colors of #E0CDD5
Black with #E0CDD5
Text Example
Text Example
White with #E0CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDD5; }
p { color: rgb(224,205,213); }
H1.HeaderClassName
{
color: #E0CDD5;
}
.AnyTagClassName
{
color: #E0CDD5;
}
</style>
background-color css
<style>
a { background-color: #E0CDD5; }
a { background-color: rgb(224,205,213); }
div.DivClassName
{
background-color: #E0CDD5;
}
.BgClassName
{
background-color: #E0CDD5;
}
</style>
border-color css
<style>
span { border-color: #E0CDD5; }
span { border-color: rgb(224,205,213); }
td.TdClassName
{
border-color: #E0CDD5;
}
.TagClassName
{
border-color: #E0CDD5;
}
</style>