Shades of Pale Rose #E0CDCE
Tints of Pale Rose #E0CDCE
RGB
CMYK
RGB Variations
Color information
#E0CDCE (or 0xE0CDCE) is known color: Pale Rose. HEX triplet: E0, CD and CE. RGB value is (224,205,206). Sum of RGB (Red+Green+Blue) = 224+205+206=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDCE is #1F3231. Grayscale: #D2D2D2. Windows color (decimal): -2044466 or 13553120. OLE color: 13553120.
HSL color Cylindrical-coordinate representation of color #E0CDCE: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDCE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 206 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 356.84º | 0.23% | 0.84% | - |
| HSV(B) | 356.84º | 0.08% | 0.88% | - |
| XYZ | 63.71 | 63.97 | 67.38 | - |
| YUV | 210.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 206 | 0 | 0.08 | 0.08 | 0.12 | 356.84 | 0.23 | 0.84 |
| Hex | E0 | CD | CE | 0 | 8 | 8 | C | 165 | 17 | 54 |
| Octal | 340 | 315 | 316 | 0 | 10 | 10 | 14 | 545 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11001110 | 0 | 1000 | 1000 | 1100 | 101100101 | 10111 | 1010100 |
Color Harmonies of #E0CDCE
Complementary color
Monochromatic Colors of #E0CDCE
Black with #E0CDCE
Text Example
Text Example
White with #E0CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDCE; }
p { color: rgb(224,205,206); }
H1.HeaderClassName
{
color: #E0CDCE;
}
.AnyTagClassName
{
color: #E0CDCE;
}
</style>
background-color css
<style>
a { background-color: #E0CDCE; }
a { background-color: rgb(224,205,206); }
div.DivClassName
{
background-color: #E0CDCE;
}
.BgClassName
{
background-color: #E0CDCE;
}
</style>
border-color css
<style>
span { border-color: #E0CDCE; }
span { border-color: rgb(224,205,206); }
td.TdClassName
{
border-color: #E0CDCE;
}
.TagClassName
{
border-color: #E0CDCE;
}
</style>