Shades of Prim #E8CAD9
Tints of Prim #E8CAD9
RGB
CMYK
RGB Variations
Color information
#E8CAD9 (or 0xE8CAD9) is known color: Prim. HEX triplet: E8, CA and D9. RGB value is (232,202,217). Sum of RGB (Red+Green+Blue) = 232+202+217=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD9 is #173526. Grayscale: #D4D4D4. Windows color (decimal): -1520935 or 14273256. OLE color: 14273256.
HSL color Cylindrical-coordinate representation of color #E8CAD9: hue angle of 330º degrees, saturation: 0.39, 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 #E8CAD9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 202 | 217 | - |
CMYK | 0 | 0.13 | 0.06 | 0.09 |
HSL | 330º | 0.39% | 0.85% | - |
HSV(B) | 330º | 0.13% | 0.91% | - |
XYZ | 66.92 | 64.41 | 74.55 | - |
YUV | 212.68 | 130.44 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 202 | 217 | 0 | 0.13 | 0.06 | 0.09 | 330 | 0.39 | 0.85 |
Hex | E8 | CA | D9 | 0 | D | 6 | 9 | 14A | 27 | 55 |
Octal | 350 | 312 | 331 | 0 | 15 | 6 | 11 | 512 | 47 | 125 |
Binary | 11101000 | 11001010 | 11011001 | 0 | 1101 | 110 | 1001 | 101001010 | 100111 | 1010101 |
Color Harmonies of #E8CAD9
Complementary color
Monochromatic Colors of #E8CAD9
Black with #E8CAD9
Text Example
Text Example
White with #E8CAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAD9; }
p { color: rgb(232,202,217); }
H1.HeaderClassName
{
color: #E8CAD9;
}
.AnyTagClassName
{
color: #E8CAD9;
}
</style>
background-color css
<style>
a { background-color: #E8CAD9; }
a { background-color: rgb(232,202,217); }
div.DivClassName
{
background-color: #E8CAD9;
}
.BgClassName
{
background-color: #E8CAD9;
}
</style>
border-color css
<style>
span { border-color: #E8CAD9; }
span { border-color: rgb(232,202,217); }
td.TdClassName
{
border-color: #E8CAD9;
}
.TagClassName
{
border-color: #E8CAD9;
}
</style>