Shades of Prim #E7CCDB
Tints of Prim #E7CCDB
RGB
CMYK
RGB Variations
Color information
#E7CCDB (or 0xE7CCDB) is known color: Prim. HEX triplet: E7, CC and DB. RGB value is (231,204,219). Sum of RGB (Red+Green+Blue) = 231+204+219=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCDB is #183324. Grayscale: #D5D5D5. Windows color (decimal): -1585957 or 14404839. OLE color: 14404839.
HSL color Cylindrical-coordinate representation of color #E7CCDB: hue angle of 326.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CCDB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 219 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.09 |
| HSL | 326.67º | 0.36% | 0.85% | - |
| HSV(B) | 326.67º | 0.12% | 0.91% | - |
| XYZ | 67.33 | 65.29 | 76.07 | - |
| YUV | 213.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 219 | 0 | 0.12 | 0.05 | 0.09 | 326.67 | 0.36 | 0.85 |
| Hex | E7 | CC | DB | 0 | C | 5 | 9 | 147 | 24 | 55 |
| Octal | 347 | 314 | 333 | 0 | 14 | 5 | 11 | 507 | 44 | 125 |
| Binary | 11100111 | 11001100 | 11011011 | 0 | 1100 | 101 | 1001 | 101000111 | 100100 | 1010101 |
Color Harmonies of #E7CCDB
Complementary color
Monochromatic Colors of #E7CCDB
Black with #E7CCDB
Text Example
Text Example
White with #E7CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCDB; }
p { color: rgb(231,204,219); }
H1.HeaderClassName
{
color: #E7CCDB;
}
.AnyTagClassName
{
color: #E7CCDB;
}
</style>
background-color css
<style>
a { background-color: #E7CCDB; }
a { background-color: rgb(231,204,219); }
div.DivClassName
{
background-color: #E7CCDB;
}
.BgClassName
{
background-color: #E7CCDB;
}
</style>
border-color css
<style>
span { border-color: #E7CCDB; }
span { border-color: rgb(231,204,219); }
td.TdClassName
{
border-color: #E7CCDB;
}
.TagClassName
{
border-color: #E7CCDB;
}
</style>