Shades of Prim #E7CFDB
Tints of Prim #E7CFDB
RGB
CMYK
RGB Variations
Color information
#E7CFDB (or 0xE7CFDB) is known color: Prim. HEX triplet: E7, CF and DB. RGB value is (231,207,219). Sum of RGB (Red+Green+Blue) = 231+207+219=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDB is #183024. Grayscale: #D7D7D7. Windows color (decimal): -1585189 or 14405607. OLE color: 14405607.
HSL color Cylindrical-coordinate representation of color #E7CFDB: hue angle of 330º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFDB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 219 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.09 |
| HSL | 330º | 0.33% | 0.86% | - |
| HSV(B) | 330º | 0.1% | 0.91% | - |
| XYZ | 68.05 | 66.73 | 76.31 | - |
| YUV | 215.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 219 | 0 | 0.10 | 0.05 | 0.09 | 330 | 0.33 | 0.86 |
| Hex | E7 | CF | DB | 0 | A | 5 | 9 | 14A | 21 | 56 |
| Octal | 347 | 317 | 333 | 0 | 12 | 5 | 11 | 512 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11011011 | 0 | 1010 | 101 | 1001 | 101001010 | 100001 | 1010110 |
Color Harmonies of #E7CFDB
Complementary color
Monochromatic Colors of #E7CFDB
Black with #E7CFDB
Text Example
Text Example
White with #E7CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFDB; }
p { color: rgb(231,207,219); }
H1.HeaderClassName
{
color: #E7CFDB;
}
.AnyTagClassName
{
color: #E7CFDB;
}
</style>
background-color css
<style>
a { background-color: #E7CFDB; }
a { background-color: rgb(231,207,219); }
div.DivClassName
{
background-color: #E7CFDB;
}
.BgClassName
{
background-color: #E7CFDB;
}
</style>
border-color css
<style>
span { border-color: #E7CFDB; }
span { border-color: rgb(231,207,219); }
td.TdClassName
{
border-color: #E7CFDB;
}
.TagClassName
{
border-color: #E7CFDB;
}
</style>