Shades of Pale Rose #E2CBCC
Tints of Pale Rose #E2CBCC
RGB
CMYK
RGB Variations
Color information
#E2CBCC (or 0xE2CBCC) is known color: Pale Rose. HEX triplet: E2, CB and CC. RGB value is (226,203,204). Sum of RGB (Red+Green+Blue) = 226+203+204=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCC is #1D3433. Grayscale: #D2D2D2. Windows color (decimal): -1913908 or 13421538. OLE color: 13421538.
HSL color Cylindrical-coordinate representation of color #E2CBCC: hue angle of 357.39º 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 #E2CBCC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 204 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 357.39º | 0.28% | 0.84% | - |
| HSV(B) | 357.39º | 0.1% | 0.89% | - |
| XYZ | 63.62 | 63.24 | 65.98 | - |
| YUV | 209.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 204 | 0 | 0.10 | 0.10 | 0.11 | 357.39 | 0.28 | 0.84 |
| Hex | E2 | CB | CC | 0 | A | A | B | 165 | 1C | 54 |
| Octal | 342 | 313 | 314 | 0 | 12 | 12 | 13 | 545 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11001100 | 0 | 1010 | 1010 | 1011 | 101100101 | 11100 | 1010100 |
Color Harmonies of #E2CBCC
Complementary color
Monochromatic Colors of #E2CBCC
Black with #E2CBCC
Text Example
Text Example
White with #E2CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBCC; }
p { color: rgb(226,203,204); }
H1.HeaderClassName
{
color: #E2CBCC;
}
.AnyTagClassName
{
color: #E2CBCC;
}
</style>
background-color css
<style>
a { background-color: #E2CBCC; }
a { background-color: rgb(226,203,204); }
div.DivClassName
{
background-color: #E2CBCC;
}
.BgClassName
{
background-color: #E2CBCC;
}
</style>
border-color css
<style>
span { border-color: #E2CBCC; }
span { border-color: rgb(226,203,204); }
td.TdClassName
{
border-color: #E2CBCC;
}
.TagClassName
{
border-color: #E2CBCC;
}
</style>