Shades of Pale Rose #E2CECF
Tints of Pale Rose #E2CECF
RGB
CMYK
RGB Variations
Color information
#E2CECF (or 0xE2CECF) is known color: Pale Rose. HEX triplet: E2, CE and CF. RGB value is (226,206,207). Sum of RGB (Red+Green+Blue) = 226+206+207=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CECF is #1D3130. Grayscale: #D4D4D4. Windows color (decimal): -1913137 or 13618914. OLE color: 13618914.
HSL color Cylindrical-coordinate representation of color #E2CECF: hue angle of 357º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CECF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 207 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.11 |
| HSL | 357º | 0.26% | 0.85% | - |
| HSV(B) | 357º | 0.09% | 0.89% | - |
| XYZ | 64.7 | 64.82 | 68.13 | - |
| YUV | 212.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 207 | 0 | 0.09 | 0.08 | 0.11 | 357 | 0.26 | 0.85 |
| Hex | E2 | CE | CF | 0 | 9 | 8 | B | 165 | 1A | 55 |
| Octal | 342 | 316 | 317 | 0 | 11 | 10 | 13 | 545 | 32 | 125 |
| Binary | 11100010 | 11001110 | 11001111 | 0 | 1001 | 1000 | 1011 | 101100101 | 11010 | 1010101 |
Color Harmonies of #E2CECF
Complementary color
Monochromatic Colors of #E2CECF
Black with #E2CECF
Text Example
Text Example
White with #E2CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CECF; }
p { color: rgb(226,206,207); }
H1.HeaderClassName
{
color: #E2CECF;
}
.AnyTagClassName
{
color: #E2CECF;
}
</style>
background-color css
<style>
a { background-color: #E2CECF; }
a { background-color: rgb(226,206,207); }
div.DivClassName
{
background-color: #E2CECF;
}
.BgClassName
{
background-color: #E2CECF;
}
</style>
border-color css
<style>
span { border-color: #E2CECF; }
span { border-color: rgb(226,206,207); }
td.TdClassName
{
border-color: #E2CECF;
}
.TagClassName
{
border-color: #E2CECF;
}
</style>