Shades of Pale Rose #E8CCD0
Tints of Pale Rose #E8CCD0
RGB
CMYK
RGB Variations
Color information
#E8CCD0 (or 0xE8CCD0) is known color: Pale Rose. HEX triplet: E8, CC and D0. RGB value is (232,204,208). Sum of RGB (Red+Green+Blue) = 232+204+208=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD0 is #17332F. Grayscale: #D4D4D4. Windows color (decimal): -1520432 or 13683944. OLE color: 13683944.
HSL color Cylindrical-coordinate representation of color #E8CCD0: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CCD0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 208 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 351.43º | 0.38% | 0.85% | - |
| HSV(B) | 351.43º | 0.12% | 0.91% | - |
| XYZ | 66.26 | 64.9 | 68.71 | - |
| YUV | 212.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 208 | 0 | 0.12 | 0.10 | 0.09 | 351.43 | 0.38 | 0.85 |
| Hex | E8 | CC | D0 | 0 | C | A | 9 | 15F | 26 | 55 |
| Octal | 350 | 314 | 320 | 0 | 14 | 12 | 11 | 537 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11010000 | 0 | 1100 | 1010 | 1001 | 101011111 | 100110 | 1010101 |
Color Harmonies of #E8CCD0
Complementary color
Monochromatic Colors of #E8CCD0
Black with #E8CCD0
Text Example
Text Example
White with #E8CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCD0; }
p { color: rgb(232,204,208); }
H1.HeaderClassName
{
color: #E8CCD0;
}
.AnyTagClassName
{
color: #E8CCD0;
}
</style>
background-color css
<style>
a { background-color: #E8CCD0; }
a { background-color: rgb(232,204,208); }
div.DivClassName
{
background-color: #E8CCD0;
}
.BgClassName
{
background-color: #E8CCD0;
}
</style>
border-color css
<style>
span { border-color: #E8CCD0; }
span { border-color: rgb(232,204,208); }
td.TdClassName
{
border-color: #E8CCD0;
}
.TagClassName
{
border-color: #E8CCD0;
}
</style>