Shades of Prim #E4CCDA
Tints of Prim #E4CCDA
RGB
CMYK
RGB Variations
Color information
#E4CCDA (or 0xE4CCDA) is known color: Prim. HEX triplet: E4, CC and DA. RGB value is (228,204,218). Sum of RGB (Red+Green+Blue) = 228+204+218=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CCDA is #1B3325. Grayscale: #D4D4D4. Windows color (decimal): -1782566 or 14339300. OLE color: 14339300.
HSL color Cylindrical-coordinate representation of color #E4CCDA: hue angle of 325º 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 #E4CCDA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 218 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.11 |
| HSL | 325º | 0.31% | 0.85% | - |
| HSV(B) | 325º | 0.11% | 0.89% | - |
| XYZ | 66.24 | 64.74 | 75.33 | - |
| YUV | 212.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 218 | 0 | 0.11 | 0.04 | 0.11 | 325 | 0.31 | 0.85 |
| Hex | E4 | CC | DA | 0 | B | 4 | B | 145 | 1F | 55 |
| Octal | 344 | 314 | 332 | 0 | 13 | 4 | 13 | 505 | 37 | 125 |
| Binary | 11100100 | 11001100 | 11011010 | 0 | 1011 | 100 | 1011 | 101000101 | 11111 | 1010101 |
Color Harmonies of #E4CCDA
Complementary color
Monochromatic Colors of #E4CCDA
Black with #E4CCDA
Text Example
Text Example
White with #E4CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCDA; }
p { color: rgb(228,204,218); }
H1.HeaderClassName
{
color: #E4CCDA;
}
.AnyTagClassName
{
color: #E4CCDA;
}
</style>
background-color css
<style>
a { background-color: #E4CCDA; }
a { background-color: rgb(228,204,218); }
div.DivClassName
{
background-color: #E4CCDA;
}
.BgClassName
{
background-color: #E4CCDA;
}
</style>
border-color css
<style>
span { border-color: #E4CCDA; }
span { border-color: rgb(228,204,218); }
td.TdClassName
{
border-color: #E4CCDA;
}
.TagClassName
{
border-color: #E4CCDA;
}
</style>