Shades of Pale Rose #E0CCCE
Tints of Pale Rose #E0CCCE
RGB
CMYK
RGB Variations
Color information
#E0CCCE (or 0xE0CCCE) is known color: Pale Rose. HEX triplet: E0, CC and CE. RGB value is (224,204,206). Sum of RGB (Red+Green+Blue) = 224+204+206=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCE is #1F3331. Grayscale: #D2D2D2. Windows color (decimal): -2044722 or 13552864. OLE color: 13552864.
HSL color Cylindrical-coordinate representation of color #E0CCCE: hue angle of 354º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCCE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 206 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.12 |
| HSL | 354º | 0.24% | 0.84% | - |
| HSV(B) | 354º | 0.09% | 0.88% | - |
| XYZ | 63.47 | 63.49 | 67.3 | - |
| YUV | 210.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 206 | 0 | 0.09 | 0.08 | 0.12 | 354 | 0.24 | 0.84 |
| Hex | E0 | CC | CE | 0 | 9 | 8 | C | 162 | 18 | 54 |
| Octal | 340 | 314 | 316 | 0 | 11 | 10 | 14 | 542 | 30 | 124 |
| Binary | 11100000 | 11001100 | 11001110 | 0 | 1001 | 1000 | 1100 | 101100010 | 11000 | 1010100 |
Color Harmonies of #E0CCCE
Complementary color
Monochromatic Colors of #E0CCCE
Black with #E0CCCE
Text Example
Text Example
White with #E0CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCCE; }
p { color: rgb(224,204,206); }
H1.HeaderClassName
{
color: #E0CCCE;
}
.AnyTagClassName
{
color: #E0CCCE;
}
</style>
background-color css
<style>
a { background-color: #E0CCCE; }
a { background-color: rgb(224,204,206); }
div.DivClassName
{
background-color: #E0CCCE;
}
.BgClassName
{
background-color: #E0CCCE;
}
</style>
border-color css
<style>
span { border-color: #E0CCCE; }
span { border-color: rgb(224,204,206); }
td.TdClassName
{
border-color: #E0CCCE;
}
.TagClassName
{
border-color: #E0CCCE;
}
</style>