Shades of Pale Rose #E4CBCE
Tints of Pale Rose #E4CBCE
RGB
CMYK
RGB Variations
Color information
#E4CBCE (or 0xE4CBCE) is known color: Pale Rose. HEX triplet: E4, CB and CE. RGB value is (228,203,206). Sum of RGB (Red+Green+Blue) = 228+203+206=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBCE is #1B3431. Grayscale: #D2D2D2. Windows color (decimal): -1782834 or 13552612. OLE color: 13552612.
HSL color Cylindrical-coordinate representation of color #E4CBCE: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBCE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 206 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 352.8º | 0.32% | 0.85% | - |
| HSV(B) | 352.8º | 0.11% | 0.89% | - |
| XYZ | 64.49 | 63.66 | 67.28 | - |
| YUV | 210.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 206 | 0 | 0.11 | 0.10 | 0.11 | 352.8 | 0.32 | 0.85 |
| Hex | E4 | CB | CE | 0 | B | A | B | 161 | 20 | 55 |
| Octal | 344 | 313 | 316 | 0 | 13 | 12 | 13 | 541 | 40 | 125 |
| Binary | 11100100 | 11001011 | 11001110 | 0 | 1011 | 1010 | 1011 | 101100001 | 100000 | 1010101 |
Color Harmonies of #E4CBCE
Complementary color
Monochromatic Colors of #E4CBCE
Black with #E4CBCE
Text Example
Text Example
White with #E4CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBCE; }
p { color: rgb(228,203,206); }
H1.HeaderClassName
{
color: #E4CBCE;
}
.AnyTagClassName
{
color: #E4CBCE;
}
</style>
background-color css
<style>
a { background-color: #E4CBCE; }
a { background-color: rgb(228,203,206); }
div.DivClassName
{
background-color: #E4CBCE;
}
.BgClassName
{
background-color: #E4CBCE;
}
</style>
border-color css
<style>
span { border-color: #E4CBCE; }
span { border-color: rgb(228,203,206); }
td.TdClassName
{
border-color: #E4CBCE;
}
.TagClassName
{
border-color: #E4CBCE;
}
</style>