Shades of Prim #E2CDD8
Tints of Prim #E2CDD8
RGB
CMYK
RGB Variations
Color information
#E2CDD8 (or 0xE2CDD8) is known color: Prim. HEX triplet: E2, CD and D8. RGB value is (226,205,216). Sum of RGB (Red+Green+Blue) = 226+205+216=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDD8 is #1D3227. Grayscale: #D4D4D4. Windows color (decimal): -1913384 or 14208482. OLE color: 14208482.
HSL color Cylindrical-coordinate representation of color #E2CDD8: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDD8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 216 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.11 |
| HSL | 328.57º | 0.27% | 0.85% | - |
| HSV(B) | 328.57º | 0.09% | 0.89% | - |
| XYZ | 65.59 | 64.79 | 74.01 | - |
| YUV | 212.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 216 | 0 | 0.09 | 0.04 | 0.11 | 328.57 | 0.27 | 0.85 |
| Hex | E2 | CD | D8 | 0 | 9 | 4 | B | 149 | 1B | 55 |
| Octal | 342 | 315 | 330 | 0 | 11 | 4 | 13 | 511 | 33 | 125 |
| Binary | 11100010 | 11001101 | 11011000 | 0 | 1001 | 100 | 1011 | 101001001 | 11011 | 1010101 |
Color Harmonies of #E2CDD8
Complementary color
Monochromatic Colors of #E2CDD8
Black with #E2CDD8
Text Example
Text Example
White with #E2CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDD8; }
p { color: rgb(226,205,216); }
H1.HeaderClassName
{
color: #E2CDD8;
}
.AnyTagClassName
{
color: #E2CDD8;
}
</style>
background-color css
<style>
a { background-color: #E2CDD8; }
a { background-color: rgb(226,205,216); }
div.DivClassName
{
background-color: #E2CDD8;
}
.BgClassName
{
background-color: #E2CDD8;
}
</style>
border-color css
<style>
span { border-color: #E2CDD8; }
span { border-color: rgb(226,205,216); }
td.TdClassName
{
border-color: #E2CDD8;
}
.TagClassName
{
border-color: #E2CDD8;
}
</style>