Shades of Prim #E3CDD9
Tints of Prim #E3CDD9
RGB
CMYK
RGB Variations
Color information
#E3CDD9 (or 0xE3CDD9) is known color: Prim. HEX triplet: E3, CD and D9. RGB value is (227,205,217). Sum of RGB (Red+Green+Blue) = 227+205+217=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDD9 is #1C3226. Grayscale: #D4D4D4. Windows color (decimal): -1847847 or 14274019. OLE color: 14274019.
HSL color Cylindrical-coordinate representation of color #E3CDD9: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CDD9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 217 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 327.27º | 0.28% | 0.85% | - |
| HSV(B) | 327.27º | 0.1% | 0.89% | - |
| XYZ | 66.03 | 65 | 74.71 | - |
| YUV | 212.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 217 | 0 | 0.10 | 0.04 | 0.11 | 327.27 | 0.28 | 0.85 |
| Hex | E3 | CD | D9 | 0 | A | 4 | B | 147 | 1C | 55 |
| Octal | 343 | 315 | 331 | 0 | 12 | 4 | 13 | 507 | 34 | 125 |
| Binary | 11100011 | 11001101 | 11011001 | 0 | 1010 | 100 | 1011 | 101000111 | 11100 | 1010101 |
Color Harmonies of #E3CDD9
Complementary color
Monochromatic Colors of #E3CDD9
Black with #E3CDD9
Text Example
Text Example
White with #E3CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDD9; }
p { color: rgb(227,205,217); }
H1.HeaderClassName
{
color: #E3CDD9;
}
.AnyTagClassName
{
color: #E3CDD9;
}
</style>
background-color css
<style>
a { background-color: #E3CDD9; }
a { background-color: rgb(227,205,217); }
div.DivClassName
{
background-color: #E3CDD9;
}
.BgClassName
{
background-color: #E3CDD9;
}
</style>
border-color css
<style>
span { border-color: #E3CDD9; }
span { border-color: rgb(227,205,217); }
td.TdClassName
{
border-color: #E3CDD9;
}
.TagClassName
{
border-color: #E3CDD9;
}
</style>