Shades of Pale Rose #E2CBCE
Tints of Pale Rose #E2CBCE
RGB
CMYK
RGB Variations
Color information
#E2CBCE (or 0xE2CBCE) is known color: Pale Rose. HEX triplet: E2, CB and CE. RGB value is (226,203,206). Sum of RGB (Red+Green+Blue) = 226+203+206=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCE is #1D3431. Grayscale: #D2D2D2. Windows color (decimal): -1913906 or 13552610. OLE color: 13552610.
HSL color Cylindrical-coordinate representation of color #E2CBCE: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBCE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 206 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.11 |
| HSL | 352.17º | 0.28% | 0.84% | - |
| HSV(B) | 352.17º | 0.1% | 0.89% | - |
| XYZ | 63.86 | 63.34 | 67.25 | - |
| YUV | 210.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 206 | 0 | 0.10 | 0.09 | 0.11 | 352.17 | 0.28 | 0.84 |
| Hex | E2 | CB | CE | 0 | A | 9 | B | 160 | 1C | 54 |
| Octal | 342 | 313 | 316 | 0 | 12 | 11 | 13 | 540 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11001110 | 0 | 1010 | 1001 | 1011 | 101100000 | 11100 | 1010100 |
Color Harmonies of #E2CBCE
Complementary color
Monochromatic Colors of #E2CBCE
Black with #E2CBCE
Text Example
Text Example
White with #E2CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBCE; }
p { color: rgb(226,203,206); }
H1.HeaderClassName
{
color: #E2CBCE;
}
.AnyTagClassName
{
color: #E2CBCE;
}
</style>
background-color css
<style>
a { background-color: #E2CBCE; }
a { background-color: rgb(226,203,206); }
div.DivClassName
{
background-color: #E2CBCE;
}
.BgClassName
{
background-color: #E2CBCE;
}
</style>
border-color css
<style>
span { border-color: #E2CBCE; }
span { border-color: rgb(226,203,206); }
td.TdClassName
{
border-color: #E2CBCE;
}
.TagClassName
{
border-color: #E2CBCE;
}
</style>