Shades of Pale Rose #E3CACC
Tints of Pale Rose #E3CACC
RGB
CMYK
RGB Variations
Color information
#E3CACC (or 0xE3CACC) is known color: Pale Rose. HEX triplet: E3, CA and CC. RGB value is (227,202,204). Sum of RGB (Red+Green+Blue) = 227+202+204=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CACC is #1C3533. Grayscale: #D1D1D1. Windows color (decimal): -1848628 or 13421283. OLE color: 13421283.
HSL color Cylindrical-coordinate representation of color #E3CACC: hue angle of 355.2º degrees, saturation: 0.31, 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 #E3CACC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 204 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 355.2º | 0.31% | 0.84% | - |
| HSV(B) | 355.2º | 0.11% | 0.89% | - |
| XYZ | 63.7 | 62.93 | 65.92 | - |
| YUV | 209.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 204 | 0 | 0.11 | 0.10 | 0.11 | 355.2 | 0.31 | 0.84 |
| Hex | E3 | CA | CC | 0 | B | A | B | 163 | 1F | 54 |
| Octal | 343 | 312 | 314 | 0 | 13 | 12 | 13 | 543 | 37 | 124 |
| Binary | 11100011 | 11001010 | 11001100 | 0 | 1011 | 1010 | 1011 | 101100011 | 11111 | 1010100 |
Color Harmonies of #E3CACC
Complementary color
Monochromatic Colors of #E3CACC
Black with #E3CACC
Text Example
Text Example
White with #E3CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CACC; }
p { color: rgb(227,202,204); }
H1.HeaderClassName
{
color: #E3CACC;
}
.AnyTagClassName
{
color: #E3CACC;
}
</style>
background-color css
<style>
a { background-color: #E3CACC; }
a { background-color: rgb(227,202,204); }
div.DivClassName
{
background-color: #E3CACC;
}
.BgClassName
{
background-color: #E3CACC;
}
</style>
border-color css
<style>
span { border-color: #E3CACC; }
span { border-color: rgb(227,202,204); }
td.TdClassName
{
border-color: #E3CACC;
}
.TagClassName
{
border-color: #E3CACC;
}
</style>