Shades of Pale Rose #E9CCCE
Tints of Pale Rose #E9CCCE
RGB
CMYK
RGB Variations
Color information
#E9CCCE (or 0xE9CCCE) is known color: Pale Rose. HEX triplet: E9, CC and CE. RGB value is (233,204,206). Sum of RGB (Red+Green+Blue) = 233+204+206=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCE is #163331. Grayscale: #D4D4D4. Windows color (decimal): -1454898 or 13552873. OLE color: 13552873.
HSL color Cylindrical-coordinate representation of color #E9CCCE: hue angle of 355.86º degrees, saturation: 0.4, 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 #E9CCCE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 206 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.09 |
| HSL | 355.86º | 0.4% | 0.86% | - |
| HSV(B) | 355.86º | 0.12% | 0.91% | - |
| XYZ | 66.34 | 64.97 | 67.44 | - |
| YUV | 212.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 206 | 0 | 0.12 | 0.12 | 0.09 | 355.86 | 0.4 | 0.86 |
| Hex | E9 | CC | CE | 0 | C | C | 9 | 164 | 28 | 56 |
| Octal | 351 | 314 | 316 | 0 | 14 | 14 | 11 | 544 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11001110 | 0 | 1100 | 1100 | 1001 | 101100100 | 101000 | 1010110 |
Color Harmonies of #E9CCCE
Complementary color
Monochromatic Colors of #E9CCCE
Black with #E9CCCE
Text Example
Text Example
White with #E9CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCCE; }
p { color: rgb(233,204,206); }
H1.HeaderClassName
{
color: #E9CCCE;
}
.AnyTagClassName
{
color: #E9CCCE;
}
</style>
background-color css
<style>
a { background-color: #E9CCCE; }
a { background-color: rgb(233,204,206); }
div.DivClassName
{
background-color: #E9CCCE;
}
.BgClassName
{
background-color: #E9CCCE;
}
</style>
border-color css
<style>
span { border-color: #E9CCCE; }
span { border-color: rgb(233,204,206); }
td.TdClassName
{
border-color: #E9CCCE;
}
.TagClassName
{
border-color: #E9CCCE;
}
</style>