Shades of Prim #E8CDD6
Tints of Prim #E8CDD6
RGB
CMYK
RGB Variations
Color information
#E8CDD6 (or 0xE8CDD6) is known color: Prim. HEX triplet: E8, CD and D6. RGB value is (232,205,214). Sum of RGB (Red+Green+Blue) = 232+205+214=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD6 is #173229. Grayscale: #D6D6D6. Windows color (decimal): -1520170 or 14077416. OLE color: 14077416.
HSL color Cylindrical-coordinate representation of color #E8CDD6: hue angle of 340º 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 #E8CDD6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 214 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.09 |
| HSL | 340º | 0.37% | 0.86% | - |
| HSV(B) | 340º | 0.12% | 0.91% | - |
| XYZ | 67.25 | 65.67 | 72.75 | - |
| YUV | 214.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 214 | 0 | 0.12 | 0.08 | 0.09 | 340 | 0.37 | 0.86 |
| Hex | E8 | CD | D6 | 0 | C | 8 | 9 | 154 | 25 | 56 |
| Octal | 350 | 315 | 326 | 0 | 14 | 10 | 11 | 524 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11010110 | 0 | 1100 | 1000 | 1001 | 101010100 | 100101 | 1010110 |
Color Harmonies of #E8CDD6
Complementary color
Monochromatic Colors of #E8CDD6
Black with #E8CDD6
Text Example
Text Example
White with #E8CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDD6; }
p { color: rgb(232,205,214); }
H1.HeaderClassName
{
color: #E8CDD6;
}
.AnyTagClassName
{
color: #E8CDD6;
}
</style>
background-color css
<style>
a { background-color: #E8CDD6; }
a { background-color: rgb(232,205,214); }
div.DivClassName
{
background-color: #E8CDD6;
}
.BgClassName
{
background-color: #E8CDD6;
}
</style>
border-color css
<style>
span { border-color: #E8CDD6; }
span { border-color: rgb(232,205,214); }
td.TdClassName
{
border-color: #E8CDD6;
}
.TagClassName
{
border-color: #E8CDD6;
}
</style>