Shades of Pale Rose #E8CED0
Tints of Pale Rose #E8CED0
RGB
CMYK
RGB Variations
Color information
#E8CED0 (or 0xE8CED0) is known color: Pale Rose. HEX triplet: E8, CE and D0. RGB value is (232,206,208). Sum of RGB (Red+Green+Blue) = 232+206+208=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED0 is #17312F. Grayscale: #D6D6D6. Windows color (decimal): -1519920 or 13684456. OLE color: 13684456.
HSL color Cylindrical-coordinate representation of color #E8CED0: hue angle of 355.38º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CED0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 208 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.09 |
| HSL | 355.38º | 0.36% | 0.86% | - |
| HSV(B) | 355.38º | 0.11% | 0.91% | - |
| XYZ | 66.74 | 65.85 | 68.87 | - |
| YUV | 214 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 208 | 0 | 0.11 | 0.10 | 0.09 | 355.38 | 0.36 | 0.86 |
| Hex | E8 | CE | D0 | 0 | B | A | 9 | 163 | 24 | 56 |
| Octal | 350 | 316 | 320 | 0 | 13 | 12 | 11 | 543 | 44 | 126 |
| Binary | 11101000 | 11001110 | 11010000 | 0 | 1011 | 1010 | 1001 | 101100011 | 100100 | 1010110 |
Color Harmonies of #E8CED0
Complementary color
Monochromatic Colors of #E8CED0
Black with #E8CED0
Text Example
Text Example
White with #E8CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CED0; }
p { color: rgb(232,206,208); }
H1.HeaderClassName
{
color: #E8CED0;
}
.AnyTagClassName
{
color: #E8CED0;
}
</style>
background-color css
<style>
a { background-color: #E8CED0; }
a { background-color: rgb(232,206,208); }
div.DivClassName
{
background-color: #E8CED0;
}
.BgClassName
{
background-color: #E8CED0;
}
</style>
border-color css
<style>
span { border-color: #E8CED0; }
span { border-color: rgb(232,206,208); }
td.TdClassName
{
border-color: #E8CED0;
}
.TagClassName
{
border-color: #E8CED0;
}
</style>