Shades of Prim #E4CCDB
Tints of Prim #E4CCDB
RGB
CMYK
RGB Variations
Color information
#E4CCDB (or 0xE4CCDB) is known color: Prim. HEX triplet: E4, CC and DB. RGB value is (228,204,219). Sum of RGB (Red+Green+Blue) = 228+204+219=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CCDB is #1B3324. Grayscale: #D4D4D4. Windows color (decimal): -1782565 or 14404836. OLE color: 14404836.
HSL color Cylindrical-coordinate representation of color #E4CCDB: hue angle of 322.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 #E4CCDB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 204 | 219 | - |
CMYK | 0 | 0.11 | 0.04 | 0.11 |
HSL | 322.5º | 0.31% | 0.85% | - |
HSV(B) | 322.5º | 0.11% | 0.89% | - |
XYZ | 66.37 | 64.79 | 76.03 | - |
YUV | 212.89 | 131.45 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 204 | 219 | 0 | 0.11 | 0.04 | 0.11 | 322.5 | 0.31 | 0.85 |
Hex | E4 | CC | DB | 0 | B | 4 | B | 142 | 1F | 55 |
Octal | 344 | 314 | 333 | 0 | 13 | 4 | 13 | 502 | 37 | 125 |
Binary | 11100100 | 11001100 | 11011011 | 0 | 1011 | 100 | 1011 | 101000010 | 11111 | 1010101 |
Color Harmonies of #E4CCDB
Complementary color
Monochromatic Colors of #E4CCDB
Black with #E4CCDB
Text Example
Text Example
White with #E4CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCDB; }
p { color: rgb(228,204,219); }
H1.HeaderClassName
{
color: #E4CCDB;
}
.AnyTagClassName
{
color: #E4CCDB;
}
</style>
background-color css
<style>
a { background-color: #E4CCDB; }
a { background-color: rgb(228,204,219); }
div.DivClassName
{
background-color: #E4CCDB;
}
.BgClassName
{
background-color: #E4CCDB;
}
</style>
border-color css
<style>
span { border-color: #E4CCDB; }
span { border-color: rgb(228,204,219); }
td.TdClassName
{
border-color: #E4CCDB;
}
.TagClassName
{
border-color: #E4CCDB;
}
</style>