Shades of Pale Rose #E4CACE
Tints of Pale Rose #E4CACE
RGB
CMYK
RGB Variations
Color information
#E4CACE (or 0xE4CACE) is known color: Pale Rose. HEX triplet: E4, CA and CE. RGB value is (228,202,206). Sum of RGB (Red+Green+Blue) = 228+202+206=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACE is #1B3531. Grayscale: #D2D2D2. Windows color (decimal): -1783090 or 13552356. OLE color: 13552356.
HSL color Cylindrical-coordinate representation of color #E4CACE: hue angle of 350.77º degrees, saturation: 0.32, 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 #E4CACE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 206 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 350.77º | 0.33% | 0.84% | - |
| HSV(B) | 350.77º | 0.11% | 0.89% | - |
| XYZ | 64.26 | 63.19 | 67.2 | - |
| YUV | 210.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 206 | 0 | 0.11 | 0.10 | 0.11 | 350.77 | 0.33 | 0.84 |
| Hex | E4 | CA | CE | 0 | B | A | B | 15F | 20 | 54 |
| Octal | 344 | 312 | 316 | 0 | 13 | 12 | 13 | 537 | 40 | 124 |
| Binary | 11100100 | 11001010 | 11001110 | 0 | 1011 | 1010 | 1011 | 101011111 | 100000 | 1010100 |
Color Harmonies of #E4CACE
Complementary color
Monochromatic Colors of #E4CACE
Black with #E4CACE
Text Example
Text Example
White with #E4CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CACE; }
p { color: rgb(228,202,206); }
H1.HeaderClassName
{
color: #E4CACE;
}
.AnyTagClassName
{
color: #E4CACE;
}
</style>
background-color css
<style>
a { background-color: #E4CACE; }
a { background-color: rgb(228,202,206); }
div.DivClassName
{
background-color: #E4CACE;
}
.BgClassName
{
background-color: #E4CACE;
}
</style>
border-color css
<style>
span { border-color: #E4CACE; }
span { border-color: rgb(228,202,206); }
td.TdClassName
{
border-color: #E4CACE;
}
.TagClassName
{
border-color: #E4CACE;
}
</style>