Shades of Prim #E7CFDA
Tints of Prim #E7CFDA
RGB
CMYK
RGB Variations
Color information
#E7CFDA (or 0xE7CFDA) is known color: Prim. HEX triplet: E7, CF and DA. RGB value is (231,207,218). Sum of RGB (Red+Green+Blue) = 231+207+218=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDA is #183025. Grayscale: #D7D7D7. Windows color (decimal): -1585190 or 14340071. OLE color: 14340071.
HSL color Cylindrical-coordinate representation of color #E7CFDA: hue angle of 332.5º 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 #E7CFDA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 218 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.09 |
| HSL | 332.5º | 0.33% | 0.86% | - |
| HSV(B) | 332.5º | 0.1% | 0.91% | - |
| XYZ | 67.92 | 66.68 | 75.62 | - |
| YUV | 215.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 218 | 0 | 0.10 | 0.06 | 0.09 | 332.5 | 0.33 | 0.86 |
| Hex | E7 | CF | DA | 0 | A | 6 | 9 | 14C | 21 | 56 |
| Octal | 347 | 317 | 332 | 0 | 12 | 6 | 11 | 514 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11011010 | 0 | 1010 | 110 | 1001 | 101001100 | 100001 | 1010110 |
Color Harmonies of #E7CFDA
Complementary color
Monochromatic Colors of #E7CFDA
Black with #E7CFDA
Text Example
Text Example
White with #E7CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFDA; }
p { color: rgb(231,207,218); }
H1.HeaderClassName
{
color: #E7CFDA;
}
.AnyTagClassName
{
color: #E7CFDA;
}
</style>
background-color css
<style>
a { background-color: #E7CFDA; }
a { background-color: rgb(231,207,218); }
div.DivClassName
{
background-color: #E7CFDA;
}
.BgClassName
{
background-color: #E7CFDA;
}
</style>
border-color css
<style>
span { border-color: #E7CFDA; }
span { border-color: rgb(231,207,218); }
td.TdClassName
{
border-color: #E7CFDA;
}
.TagClassName
{
border-color: #E7CFDA;
}
</style>