Shades of Prim #E8CFDA
Tints of Prim #E8CFDA
RGB
CMYK
RGB Variations
Color information
#E8CFDA (or 0xE8CFDA) is known color: Prim. HEX triplet: E8, CF and DA. RGB value is (232,207,218). Sum of RGB (Red+Green+Blue) = 232+207+218=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDA is #173025. Grayscale: #D7D7D7. Windows color (decimal): -1519654 or 14340072. OLE color: 14340072.
HSL color Cylindrical-coordinate representation of color #E8CFDA: hue angle of 333.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CFDA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 218 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.09 |
| HSL | 333.6º | 0.35% | 0.86% | - |
| HSV(B) | 333.6º | 0.11% | 0.91% | - |
| XYZ | 68.25 | 66.84 | 75.63 | - |
| YUV | 215.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 218 | 0 | 0.11 | 0.06 | 0.09 | 333.6 | 0.35 | 0.86 |
| Hex | E8 | CF | DA | 0 | B | 6 | 9 | 14E | 23 | 56 |
| Octal | 350 | 317 | 332 | 0 | 13 | 6 | 11 | 516 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11011010 | 0 | 1011 | 110 | 1001 | 101001110 | 100011 | 1010110 |
Color Harmonies of #E8CFDA
Complementary color
Monochromatic Colors of #E8CFDA
Black with #E8CFDA
Text Example
Text Example
White with #E8CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFDA; }
p { color: rgb(232,207,218); }
H1.HeaderClassName
{
color: #E8CFDA;
}
.AnyTagClassName
{
color: #E8CFDA;
}
</style>
background-color css
<style>
a { background-color: #E8CFDA; }
a { background-color: rgb(232,207,218); }
div.DivClassName
{
background-color: #E8CFDA;
}
.BgClassName
{
background-color: #E8CFDA;
}
</style>
border-color css
<style>
span { border-color: #E8CFDA; }
span { border-color: rgb(232,207,218); }
td.TdClassName
{
border-color: #E8CFDA;
}
.TagClassName
{
border-color: #E8CFDA;
}
</style>