Shades of Prim #E8CDD4
Tints of Prim #E8CDD4
RGB
CMYK
RGB Variations
Color information
#E8CDD4 (or 0xE8CDD4) is known color: Prim. HEX triplet: E8, CD and D4. RGB value is (232,205,212). Sum of RGB (Red+Green+Blue) = 232+205+212=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD4 is #17322B. Grayscale: #D5D5D5. Windows color (decimal): -1520172 or 13946344. OLE color: 13946344.
HSL color Cylindrical-coordinate representation of color #E8CDD4: hue angle of 344.44º 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 #E8CDD4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 212 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.09 |
| HSL | 344.44º | 0.37% | 0.86% | - |
| HSV(B) | 344.44º | 0.12% | 0.91% | - |
| XYZ | 66.99 | 65.57 | 71.41 | - |
| YUV | 213.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 212 | 0 | 0.12 | 0.09 | 0.09 | 344.44 | 0.37 | 0.86 |
| Hex | E8 | CD | D4 | 0 | C | 9 | 9 | 158 | 25 | 56 |
| Octal | 350 | 315 | 324 | 0 | 14 | 11 | 11 | 530 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11010100 | 0 | 1100 | 1001 | 1001 | 101011000 | 100101 | 1010110 |
Color Harmonies of #E8CDD4
Complementary color
Monochromatic Colors of #E8CDD4
Black with #E8CDD4
Text Example
Text Example
White with #E8CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDD4; }
p { color: rgb(232,205,212); }
H1.HeaderClassName
{
color: #E8CDD4;
}
.AnyTagClassName
{
color: #E8CDD4;
}
</style>
background-color css
<style>
a { background-color: #E8CDD4; }
a { background-color: rgb(232,205,212); }
div.DivClassName
{
background-color: #E8CDD4;
}
.BgClassName
{
background-color: #E8CDD4;
}
</style>
border-color css
<style>
span { border-color: #E8CDD4; }
span { border-color: rgb(232,205,212); }
td.TdClassName
{
border-color: #E8CDD4;
}
.TagClassName
{
border-color: #E8CDD4;
}
</style>