Shades of Pale Rose #E7CBCE
Tints of Pale Rose #E7CBCE
RGB
CMYK
RGB Variations
Color information
#E7CBCE (or 0xE7CBCE) is known color: Pale Rose. HEX triplet: E7, CB and CE. RGB value is (231,203,206). Sum of RGB (Red+Green+Blue) = 231+203+206=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBCE is #183431. Grayscale: #D3D3D3. Windows color (decimal): -1586226 or 13552615. OLE color: 13552615.
HSL color Cylindrical-coordinate representation of color #E7CBCE: hue angle of 353.57º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBCE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 206 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.09 |
| HSL | 353.57º | 0.37% | 0.85% | - |
| HSV(B) | 353.57º | 0.12% | 0.91% | - |
| XYZ | 65.45 | 64.16 | 67.33 | - |
| YUV | 211.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 206 | 0 | 0.12 | 0.11 | 0.09 | 353.57 | 0.37 | 0.85 |
| Hex | E7 | CB | CE | 0 | C | B | 9 | 162 | 25 | 55 |
| Octal | 347 | 313 | 316 | 0 | 14 | 13 | 11 | 542 | 45 | 125 |
| Binary | 11100111 | 11001011 | 11001110 | 0 | 1100 | 1011 | 1001 | 101100010 | 100101 | 1010101 |
Color Harmonies of #E7CBCE
Complementary color
Monochromatic Colors of #E7CBCE
Black with #E7CBCE
Text Example
Text Example
White with #E7CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBCE; }
p { color: rgb(231,203,206); }
H1.HeaderClassName
{
color: #E7CBCE;
}
.AnyTagClassName
{
color: #E7CBCE;
}
</style>
background-color css
<style>
a { background-color: #E7CBCE; }
a { background-color: rgb(231,203,206); }
div.DivClassName
{
background-color: #E7CBCE;
}
.BgClassName
{
background-color: #E7CBCE;
}
</style>
border-color css
<style>
span { border-color: #E7CBCE; }
span { border-color: rgb(231,203,206); }
td.TdClassName
{
border-color: #E7CBCE;
}
.TagClassName
{
border-color: #E7CBCE;
}
</style>