Shades of Pale Rose #E9CCCF
Tints of Pale Rose #E9CCCF
RGB
CMYK
RGB Variations
Color information
#E9CCCF (or 0xE9CCCF) is known color: Pale Rose. HEX triplet: E9, CC and CF. RGB value is (233,204,207). Sum of RGB (Red+Green+Blue) = 233+204+207=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCF is #163330. Grayscale: #D5D5D5. Windows color (decimal): -1454897 or 13618409. OLE color: 13618409.
HSL color Cylindrical-coordinate representation of color #E9CCCF: hue angle of 353.79º 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 #E9CCCF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 207 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.09 |
| HSL | 353.79º | 0.4% | 0.86% | - |
| HSV(B) | 353.79º | 0.12% | 0.91% | - |
| XYZ | 66.46 | 65.01 | 68.08 | - |
| YUV | 213.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 207 | 0 | 0.12 | 0.11 | 0.09 | 353.79 | 0.4 | 0.86 |
| Hex | E9 | CC | CF | 0 | C | B | 9 | 162 | 28 | 56 |
| Octal | 351 | 314 | 317 | 0 | 14 | 13 | 11 | 542 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11001111 | 0 | 1100 | 1011 | 1001 | 101100010 | 101000 | 1010110 |
Color Harmonies of #E9CCCF
Complementary color
Monochromatic Colors of #E9CCCF
Black with #E9CCCF
Text Example
Text Example
White with #E9CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCCF; }
p { color: rgb(233,204,207); }
H1.HeaderClassName
{
color: #E9CCCF;
}
.AnyTagClassName
{
color: #E9CCCF;
}
</style>
background-color css
<style>
a { background-color: #E9CCCF; }
a { background-color: rgb(233,204,207); }
div.DivClassName
{
background-color: #E9CCCF;
}
.BgClassName
{
background-color: #E9CCCF;
}
</style>
border-color css
<style>
span { border-color: #E9CCCF; }
span { border-color: rgb(233,204,207); }
td.TdClassName
{
border-color: #E9CCCF;
}
.TagClassName
{
border-color: #E9CCCF;
}
</style>