Shades of Prim #E7CAD9
Tints of Prim #E7CAD9
RGB
CMYK
RGB Variations
Color information
#E7CAD9 (or 0xE7CAD9) is known color: Prim. HEX triplet: E7, CA and D9. RGB value is (231,202,217). Sum of RGB (Red+Green+Blue) = 231+202+217=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CAD9 is #183526. Grayscale: #D4D4D4. Windows color (decimal): -1586471 or 14273255. OLE color: 14273255.
HSL color Cylindrical-coordinate representation of color #E7CAD9: hue angle of 328.97º 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 #E7CAD9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 202 | 217 | - |
CMYK | 0 | 0.13 | 0.06 | 0.09 |
HSL | 328.97º | 0.38% | 0.85% | - |
HSV(B) | 328.97º | 0.13% | 0.91% | - |
XYZ | 66.6 | 64.24 | 74.53 | - |
YUV | 212.38 | 130.61 | 141.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 202 | 217 | 0 | 0.13 | 0.06 | 0.09 | 328.97 | 0.38 | 0.85 |
Hex | E7 | CA | D9 | 0 | D | 6 | 9 | 149 | 26 | 55 |
Octal | 347 | 312 | 331 | 0 | 15 | 6 | 11 | 511 | 46 | 125 |
Binary | 11100111 | 11001010 | 11011001 | 0 | 1101 | 110 | 1001 | 101001001 | 100110 | 1010101 |
Color Harmonies of #E7CAD9
Complementary color
Monochromatic Colors of #E7CAD9
Black with #E7CAD9
Text Example
Text Example
White with #E7CAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAD9; }
p { color: rgb(231,202,217); }
H1.HeaderClassName
{
color: #E7CAD9;
}
.AnyTagClassName
{
color: #E7CAD9;
}
</style>
background-color css
<style>
a { background-color: #E7CAD9; }
a { background-color: rgb(231,202,217); }
div.DivClassName
{
background-color: #E7CAD9;
}
.BgClassName
{
background-color: #E7CAD9;
}
</style>
border-color css
<style>
span { border-color: #E7CAD9; }
span { border-color: rgb(231,202,217); }
td.TdClassName
{
border-color: #E7CAD9;
}
.TagClassName
{
border-color: #E7CAD9;
}
</style>