Shades of Prim #E8CAD7
Tints of Prim #E8CAD7
RGB
CMYK
RGB Variations
Color information
#E8CAD7 (or 0xE8CAD7) is known color: Prim. HEX triplet: E8, CA and D7. RGB value is (232,202,215). Sum of RGB (Red+Green+Blue) = 232+202+215=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD7 is #173528. Grayscale: #D4D4D4. Windows color (decimal): -1520937 or 14142184. OLE color: 14142184.
HSL color Cylindrical-coordinate representation of color #E8CAD7: hue angle of 334º 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 #E8CAD7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 215 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.09 |
| HSL | 334º | 0.39% | 0.85% | - |
| HSV(B) | 334º | 0.13% | 0.91% | - |
| XYZ | 66.66 | 64.3 | 73.19 | - |
| YUV | 212.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 215 | 0 | 0.13 | 0.07 | 0.09 | 334 | 0.39 | 0.85 |
| Hex | E8 | CA | D7 | 0 | D | 7 | 9 | 14E | 27 | 55 |
| Octal | 350 | 312 | 327 | 0 | 15 | 7 | 11 | 516 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11010111 | 0 | 1101 | 111 | 1001 | 101001110 | 100111 | 1010101 |
Color Harmonies of #E8CAD7
Complementary color
Monochromatic Colors of #E8CAD7
Black with #E8CAD7
Text Example
Text Example
White with #E8CAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAD7; }
p { color: rgb(232,202,215); }
H1.HeaderClassName
{
color: #E8CAD7;
}
.AnyTagClassName
{
color: #E8CAD7;
}
</style>
background-color css
<style>
a { background-color: #E8CAD7; }
a { background-color: rgb(232,202,215); }
div.DivClassName
{
background-color: #E8CAD7;
}
.BgClassName
{
background-color: #E8CAD7;
}
</style>
border-color css
<style>
span { border-color: #E8CAD7; }
span { border-color: rgb(232,202,215); }
td.TdClassName
{
border-color: #E8CAD7;
}
.TagClassName
{
border-color: #E8CAD7;
}
</style>