Shades of Prim #E8CDD8
Tints of Prim #E8CDD8
RGB
CMYK
RGB Variations
Color information
#E8CDD8 (or 0xE8CDD8) is known color: Prim. HEX triplet: E8, CD and D8. RGB value is (232,205,216). Sum of RGB (Red+Green+Blue) = 232+205+216=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD8 is #173227. Grayscale: #D6D6D6. Windows color (decimal): -1520168 or 14208488. OLE color: 14208488.
HSL color Cylindrical-coordinate representation of color #E8CDD8: hue angle of 335.56º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDD8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 216 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.09 |
| HSL | 335.56º | 0.37% | 0.86% | - |
| HSV(B) | 335.56º | 0.12% | 0.91% | - |
| XYZ | 67.5 | 65.78 | 74.1 | - |
| YUV | 214.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 216 | 0 | 0.12 | 0.07 | 0.09 | 335.56 | 0.37 | 0.86 |
| Hex | E8 | CD | D8 | 0 | C | 7 | 9 | 150 | 25 | 56 |
| Octal | 350 | 315 | 330 | 0 | 14 | 7 | 11 | 520 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11011000 | 0 | 1100 | 111 | 1001 | 101010000 | 100101 | 1010110 |
Color Harmonies of #E8CDD8
Complementary color
Monochromatic Colors of #E8CDD8
Black with #E8CDD8
Text Example
Text Example
White with #E8CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDD8; }
p { color: rgb(232,205,216); }
H1.HeaderClassName
{
color: #E8CDD8;
}
.AnyTagClassName
{
color: #E8CDD8;
}
</style>
background-color css
<style>
a { background-color: #E8CDD8; }
a { background-color: rgb(232,205,216); }
div.DivClassName
{
background-color: #E8CDD8;
}
.BgClassName
{
background-color: #E8CDD8;
}
</style>
border-color css
<style>
span { border-color: #E8CDD8; }
span { border-color: rgb(232,205,216); }
td.TdClassName
{
border-color: #E8CDD8;
}
.TagClassName
{
border-color: #E8CDD8;
}
</style>