Shades of Pale Rose #E9CBCF
Tints of Pale Rose #E9CBCF
RGB
CMYK
RGB Variations
Color information
#E9CBCF (or 0xE9CBCF) is known color: Pale Rose. HEX triplet: E9, CB and CF. RGB value is (233,203,207). Sum of RGB (Red+Green+Blue) = 233+203+207=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBCF is #163430. Grayscale: #D4D4D4. Windows color (decimal): -1455153 or 13618153. OLE color: 13618153.
HSL color Cylindrical-coordinate representation of color #E9CBCF: hue angle of 352º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBCF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 207 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.09 |
| HSL | 352º | 0.41% | 0.85% | - |
| HSV(B) | 352º | 0.13% | 0.91% | - |
| XYZ | 66.22 | 64.54 | 68 | - |
| YUV | 212.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 207 | 0 | 0.13 | 0.11 | 0.09 | 352 | 0.41 | 0.85 |
| Hex | E9 | CB | CF | 0 | D | B | 9 | 160 | 29 | 55 |
| Octal | 351 | 313 | 317 | 0 | 15 | 13 | 11 | 540 | 51 | 125 |
| Binary | 11101001 | 11001011 | 11001111 | 0 | 1101 | 1011 | 1001 | 101100000 | 101001 | 1010101 |
Color Harmonies of #E9CBCF
Complementary color
Monochromatic Colors of #E9CBCF
Black with #E9CBCF
Text Example
Text Example
White with #E9CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBCF; }
p { color: rgb(233,203,207); }
H1.HeaderClassName
{
color: #E9CBCF;
}
.AnyTagClassName
{
color: #E9CBCF;
}
</style>
background-color css
<style>
a { background-color: #E9CBCF; }
a { background-color: rgb(233,203,207); }
div.DivClassName
{
background-color: #E9CBCF;
}
.BgClassName
{
background-color: #E9CBCF;
}
</style>
border-color css
<style>
span { border-color: #E9CBCF; }
span { border-color: rgb(233,203,207); }
td.TdClassName
{
border-color: #E9CBCF;
}
.TagClassName
{
border-color: #E9CBCF;
}
</style>