Shades of Pale Rose #E3CBCE
Tints of Pale Rose #E3CBCE
RGB
CMYK
RGB Variations
Color information
#E3CBCE (or 0xE3CBCE) is known color: Pale Rose. HEX triplet: E3, CB and CE. RGB value is (227,203,206). Sum of RGB (Red+Green+Blue) = 227+203+206=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBCE is #1C3431. Grayscale: #D2D2D2. Windows color (decimal): -1848370 or 13552611. OLE color: 13552611.
HSL color Cylindrical-coordinate representation of color #E3CBCE: hue angle of 352.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 #E3CBCE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 206 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.11 |
| HSL | 352.5º | 0.3% | 0.84% | - |
| HSV(B) | 352.5º | 0.11% | 0.89% | - |
| XYZ | 64.18 | 63.5 | 67.27 | - |
| YUV | 210.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 206 | 0 | 0.11 | 0.09 | 0.11 | 352.5 | 0.3 | 0.84 |
| Hex | E3 | CB | CE | 0 | B | 9 | B | 160 | 1E | 54 |
| Octal | 343 | 313 | 316 | 0 | 13 | 11 | 13 | 540 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11001110 | 0 | 1011 | 1001 | 1011 | 101100000 | 11110 | 1010100 |
Color Harmonies of #E3CBCE
Complementary color
Monochromatic Colors of #E3CBCE
Black with #E3CBCE
Text Example
Text Example
White with #E3CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBCE; }
p { color: rgb(227,203,206); }
H1.HeaderClassName
{
color: #E3CBCE;
}
.AnyTagClassName
{
color: #E3CBCE;
}
</style>
background-color css
<style>
a { background-color: #E3CBCE; }
a { background-color: rgb(227,203,206); }
div.DivClassName
{
background-color: #E3CBCE;
}
.BgClassName
{
background-color: #E3CBCE;
}
</style>
border-color css
<style>
span { border-color: #E3CBCE; }
span { border-color: rgb(227,203,206); }
td.TdClassName
{
border-color: #E3CBCE;
}
.TagClassName
{
border-color: #E3CBCE;
}
</style>