Shades of Pale Rose #E3CBCC
Tints of Pale Rose #E3CBCC
RGB
CMYK
RGB Variations
Color information
#E3CBCC (or 0xE3CBCC) is known color: Pale Rose. HEX triplet: E3, CB and CC. RGB value is (227,203,204). Sum of RGB (Red+Green+Blue) = 227+203+204=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBCC is #1C3433. Grayscale: #D2D2D2. Windows color (decimal): -1848372 or 13421539. OLE color: 13421539.
HSL color Cylindrical-coordinate representation of color #E3CBCC: hue angle of 357.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBCC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 204 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 357.5º | 0.3% | 0.84% | - |
| HSV(B) | 357.5º | 0.11% | 0.89% | - |
| XYZ | 63.93 | 63.4 | 65.99 | - |
| YUV | 210.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 204 | 0 | 0.11 | 0.10 | 0.11 | 357.5 | 0.3 | 0.84 |
| Hex | E3 | CB | CC | 0 | B | A | B | 166 | 1E | 54 |
| Octal | 343 | 313 | 314 | 0 | 13 | 12 | 13 | 546 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11001100 | 0 | 1011 | 1010 | 1011 | 101100110 | 11110 | 1010100 |
Color Harmonies of #E3CBCC
Complementary color
Monochromatic Colors of #E3CBCC
Black with #E3CBCC
Text Example
Text Example
White with #E3CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBCC; }
p { color: rgb(227,203,204); }
H1.HeaderClassName
{
color: #E3CBCC;
}
.AnyTagClassName
{
color: #E3CBCC;
}
</style>
background-color css
<style>
a { background-color: #E3CBCC; }
a { background-color: rgb(227,203,204); }
div.DivClassName
{
background-color: #E3CBCC;
}
.BgClassName
{
background-color: #E3CBCC;
}
</style>
border-color css
<style>
span { border-color: #E3CBCC; }
span { border-color: rgb(227,203,204); }
td.TdClassName
{
border-color: #E3CBCC;
}
.TagClassName
{
border-color: #E3CBCC;
}
</style>