Shades of Prim #E7CADA
Tints of Prim #E7CADA
RGB
CMYK
RGB Variations
Color information
#E7CADA (or 0xE7CADA) is known color: Prim. HEX triplet: E7, CA and DA. RGB value is (231,202,218). Sum of RGB (Red+Green+Blue) = 231+202+218=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CADA is #183525. Grayscale: #D4D4D4. Windows color (decimal): -1586470 or 14338791. OLE color: 14338791.
HSL color Cylindrical-coordinate representation of color #E7CADA: hue angle of 326.9º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CADA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 218 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.09 |
| HSL | 326.9º | 0.38% | 0.85% | - |
| HSV(B) | 326.9º | 0.13% | 0.91% | - |
| XYZ | 66.73 | 64.29 | 75.22 | - |
| YUV | 212.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 218 | 0 | 0.13 | 0.06 | 0.09 | 326.9 | 0.38 | 0.85 |
| Hex | E7 | CA | DA | 0 | D | 6 | 9 | 147 | 26 | 55 |
| Octal | 347 | 312 | 332 | 0 | 15 | 6 | 11 | 507 | 46 | 125 |
| Binary | 11100111 | 11001010 | 11011010 | 0 | 1101 | 110 | 1001 | 101000111 | 100110 | 1010101 |
Color Harmonies of #E7CADA
Complementary color
Monochromatic Colors of #E7CADA
Black with #E7CADA
Text Example
Text Example
White with #E7CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CADA; }
p { color: rgb(231,202,218); }
H1.HeaderClassName
{
color: #E7CADA;
}
.AnyTagClassName
{
color: #E7CADA;
}
</style>
background-color css
<style>
a { background-color: #E7CADA; }
a { background-color: rgb(231,202,218); }
div.DivClassName
{
background-color: #E7CADA;
}
.BgClassName
{
background-color: #E7CADA;
}
</style>
border-color css
<style>
span { border-color: #E7CADA; }
span { border-color: rgb(231,202,218); }
td.TdClassName
{
border-color: #E7CADA;
}
.TagClassName
{
border-color: #E7CADA;
}
</style>