Shades of Prim #E4CCD5
Tints of Prim #E4CCD5
RGB
CMYK
RGB Variations
Color information
#E4CCD5 (or 0xE4CCD5) is known color: Prim. HEX triplet: E4, CC and D5. RGB value is (228,204,213). Sum of RGB (Red+Green+Blue) = 228+204+213=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CCD5 is #1B332A. Grayscale: #D4D4D4. Windows color (decimal): -1782571 or 14011620. OLE color: 14011620.
HSL color Cylindrical-coordinate representation of color #E4CCD5: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CCD5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 213 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.11 |
| HSL | 337.5º | 0.31% | 0.85% | - |
| HSV(B) | 337.5º | 0.11% | 0.89% | - |
| XYZ | 65.6 | 64.48 | 71.94 | - |
| YUV | 212.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 213 | 0 | 0.11 | 0.07 | 0.11 | 337.5 | 0.31 | 0.85 |
| Hex | E4 | CC | D5 | 0 | B | 7 | B | 152 | 1F | 55 |
| Octal | 344 | 314 | 325 | 0 | 13 | 7 | 13 | 522 | 37 | 125 |
| Binary | 11100100 | 11001100 | 11010101 | 0 | 1011 | 111 | 1011 | 101010010 | 11111 | 1010101 |
Color Harmonies of #E4CCD5
Complementary color
Monochromatic Colors of #E4CCD5
Black with #E4CCD5
Text Example
Text Example
White with #E4CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCD5; }
p { color: rgb(228,204,213); }
H1.HeaderClassName
{
color: #E4CCD5;
}
.AnyTagClassName
{
color: #E4CCD5;
}
</style>
background-color css
<style>
a { background-color: #E4CCD5; }
a { background-color: rgb(228,204,213); }
div.DivClassName
{
background-color: #E4CCD5;
}
.BgClassName
{
background-color: #E4CCD5;
}
</style>
border-color css
<style>
span { border-color: #E4CCD5; }
span { border-color: rgb(228,204,213); }
td.TdClassName
{
border-color: #E4CCD5;
}
.TagClassName
{
border-color: #E4CCD5;
}
</style>