Shades of Pale Rose #E4CBCF
Tints of Pale Rose #E4CBCF
RGB
CMYK
RGB Variations
Color information
#E4CBCF (or 0xE4CBCF) is known color: Pale Rose. HEX triplet: E4, CB and CF. RGB value is (228,203,207). Sum of RGB (Red+Green+Blue) = 228+203+207=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBCF is #1B3430. Grayscale: #D2D2D2. Windows color (decimal): -1782833 or 13618148. OLE color: 13618148.
HSL color Cylindrical-coordinate representation of color #E4CBCF: hue angle of 350.4º 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 #E4CBCF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 207 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.11 |
| HSL | 350.4º | 0.32% | 0.85% | - |
| HSV(B) | 350.4º | 0.11% | 0.89% | - |
| XYZ | 64.61 | 63.71 | 67.92 | - |
| YUV | 210.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 207 | 0 | 0.11 | 0.09 | 0.11 | 350.4 | 0.32 | 0.85 |
| Hex | E4 | CB | CF | 0 | B | 9 | B | 15E | 20 | 55 |
| Octal | 344 | 313 | 317 | 0 | 13 | 11 | 13 | 536 | 40 | 125 |
| Binary | 11100100 | 11001011 | 11001111 | 0 | 1011 | 1001 | 1011 | 101011110 | 100000 | 1010101 |
Color Harmonies of #E4CBCF
Complementary color
Monochromatic Colors of #E4CBCF
Black with #E4CBCF
Text Example
Text Example
White with #E4CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBCF; }
p { color: rgb(228,203,207); }
H1.HeaderClassName
{
color: #E4CBCF;
}
.AnyTagClassName
{
color: #E4CBCF;
}
</style>
background-color css
<style>
a { background-color: #E4CBCF; }
a { background-color: rgb(228,203,207); }
div.DivClassName
{
background-color: #E4CBCF;
}
.BgClassName
{
background-color: #E4CBCF;
}
</style>
border-color css
<style>
span { border-color: #E4CBCF; }
span { border-color: rgb(228,203,207); }
td.TdClassName
{
border-color: #E4CBCF;
}
.TagClassName
{
border-color: #E4CBCF;
}
</style>