Shades of Pale Rose #E8CDD0
Tints of Pale Rose #E8CDD0
RGB
CMYK
RGB Variations
Color information
#E8CDD0 (or 0xE8CDD0) is known color: Pale Rose. HEX triplet: E8, CD and D0. RGB value is (232,205,208). Sum of RGB (Red+Green+Blue) = 232+205+208=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD0 is #17322F. Grayscale: #D5D5D5. Windows color (decimal): -1520176 or 13684200. OLE color: 13684200.
HSL color Cylindrical-coordinate representation of color #E8CDD0: hue angle of 353.33º 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 #E8CDD0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 208 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 353.33º | 0.37% | 0.86% | - |
| HSV(B) | 353.33º | 0.12% | 0.91% | - |
| XYZ | 66.5 | 65.37 | 68.79 | - |
| YUV | 213.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 208 | 0 | 0.12 | 0.10 | 0.09 | 353.33 | 0.37 | 0.86 |
| Hex | E8 | CD | D0 | 0 | C | A | 9 | 161 | 25 | 56 |
| Octal | 350 | 315 | 320 | 0 | 14 | 12 | 11 | 541 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11010000 | 0 | 1100 | 1010 | 1001 | 101100001 | 100101 | 1010110 |
Color Harmonies of #E8CDD0
Complementary color
Monochromatic Colors of #E8CDD0
Black with #E8CDD0
Text Example
Text Example
White with #E8CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDD0; }
p { color: rgb(232,205,208); }
H1.HeaderClassName
{
color: #E8CDD0;
}
.AnyTagClassName
{
color: #E8CDD0;
}
</style>
background-color css
<style>
a { background-color: #E8CDD0; }
a { background-color: rgb(232,205,208); }
div.DivClassName
{
background-color: #E8CDD0;
}
.BgClassName
{
background-color: #E8CDD0;
}
</style>
border-color css
<style>
span { border-color: #E8CDD0; }
span { border-color: rgb(232,205,208); }
td.TdClassName
{
border-color: #E8CDD0;
}
.TagClassName
{
border-color: #E8CDD0;
}
</style>