Shades of Pale Rose #E7CBD0
Tints of Pale Rose #E7CBD0
RGB
CMYK
RGB Variations
Color information
#E7CBD0 (or 0xE7CBD0) is known color: Pale Rose. HEX triplet: E7, CB and D0. RGB value is (231,203,208). Sum of RGB (Red+Green+Blue) = 231+203+208=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBD0 is #18342F. Grayscale: #D3D3D3. Windows color (decimal): -1586224 or 13683687. OLE color: 13683687.
HSL color Cylindrical-coordinate representation of color #E7CBD0: hue angle of 349.29º 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 #E7CBD0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 208 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 349.29º | 0.37% | 0.85% | - |
| HSV(B) | 349.29º | 0.12% | 0.91% | - |
| XYZ | 65.7 | 64.25 | 68.61 | - |
| YUV | 211.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 208 | 0 | 0.12 | 0.10 | 0.09 | 349.29 | 0.37 | 0.85 |
| Hex | E7 | CB | D0 | 0 | C | A | 9 | 15D | 25 | 55 |
| Octal | 347 | 313 | 320 | 0 | 14 | 12 | 11 | 535 | 45 | 125 |
| Binary | 11100111 | 11001011 | 11010000 | 0 | 1100 | 1010 | 1001 | 101011101 | 100101 | 1010101 |
Color Harmonies of #E7CBD0
Complementary color
Monochromatic Colors of #E7CBD0
Black with #E7CBD0
Text Example
Text Example
White with #E7CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBD0; }
p { color: rgb(231,203,208); }
H1.HeaderClassName
{
color: #E7CBD0;
}
.AnyTagClassName
{
color: #E7CBD0;
}
</style>
background-color css
<style>
a { background-color: #E7CBD0; }
a { background-color: rgb(231,203,208); }
div.DivClassName
{
background-color: #E7CBD0;
}
.BgClassName
{
background-color: #E7CBD0;
}
</style>
border-color css
<style>
span { border-color: #E7CBD0; }
span { border-color: rgb(231,203,208); }
td.TdClassName
{
border-color: #E7CBD0;
}
.TagClassName
{
border-color: #E7CBD0;
}
</style>