Shades of Prim #E2CCD5
Tints of Prim #E2CCD5
RGB
CMYK
RGB Variations
Color information
#E2CCD5 (or 0xE2CCD5) is known color: Prim. HEX triplet: E2, CC and D5. RGB value is (226,204,213). Sum of RGB (Red+Green+Blue) = 226+204+213=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCD5 is #1D332A. Grayscale: #D3D3D3. Windows color (decimal): -1913643 or 14011618. OLE color: 14011618.
HSL color Cylindrical-coordinate representation of color #E2CCD5: hue angle of 335.45º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCD5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 213 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.11 |
| HSL | 335.45º | 0.28% | 0.84% | - |
| HSV(B) | 335.45º | 0.1% | 0.89% | - |
| XYZ | 64.97 | 64.16 | 71.91 | - |
| YUV | 211.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 213 | 0 | 0.10 | 0.06 | 0.11 | 335.45 | 0.28 | 0.84 |
| Hex | E2 | CC | D5 | 0 | A | 6 | B | 14F | 1C | 54 |
| Octal | 342 | 314 | 325 | 0 | 12 | 6 | 13 | 517 | 34 | 124 |
| Binary | 11100010 | 11001100 | 11010101 | 0 | 1010 | 110 | 1011 | 101001111 | 11100 | 1010100 |
Color Harmonies of #E2CCD5
Complementary color
Monochromatic Colors of #E2CCD5
Black with #E2CCD5
Text Example
Text Example
White with #E2CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCD5; }
p { color: rgb(226,204,213); }
H1.HeaderClassName
{
color: #E2CCD5;
}
.AnyTagClassName
{
color: #E2CCD5;
}
</style>
background-color css
<style>
a { background-color: #E2CCD5; }
a { background-color: rgb(226,204,213); }
div.DivClassName
{
background-color: #E2CCD5;
}
.BgClassName
{
background-color: #E2CCD5;
}
</style>
border-color css
<style>
span { border-color: #E2CCD5; }
span { border-color: rgb(226,204,213); }
td.TdClassName
{
border-color: #E2CCD5;
}
.TagClassName
{
border-color: #E2CCD5;
}
</style>