Shades of Pale Rose #E3CDCE
Tints of Pale Rose #E3CDCE
RGB
CMYK
RGB Variations
Color information
#E3CDCE (or 0xE3CDCE) is known color: Pale Rose. HEX triplet: E3, CD and CE. RGB value is (227,205,206). Sum of RGB (Red+Green+Blue) = 227+205+206=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDCE is #1C3231. Grayscale: #D3D3D3. Windows color (decimal): -1847858 or 13553123. OLE color: 13553123.
HSL color Cylindrical-coordinate representation of color #E3CDCE: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CDCE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 206 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.11 |
| HSL | 357.27º | 0.28% | 0.85% | - |
| HSV(B) | 357.27º | 0.1% | 0.89% | - |
| XYZ | 64.65 | 64.45 | 67.43 | - |
| YUV | 211.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 206 | 0 | 0.10 | 0.09 | 0.11 | 357.27 | 0.28 | 0.85 |
| Hex | E3 | CD | CE | 0 | A | 9 | B | 165 | 1C | 55 |
| Octal | 343 | 315 | 316 | 0 | 12 | 11 | 13 | 545 | 34 | 125 |
| Binary | 11100011 | 11001101 | 11001110 | 0 | 1010 | 1001 | 1011 | 101100101 | 11100 | 1010101 |
Color Harmonies of #E3CDCE
Complementary color
Monochromatic Colors of #E3CDCE
Black with #E3CDCE
Text Example
Text Example
White with #E3CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDCE; }
p { color: rgb(227,205,206); }
H1.HeaderClassName
{
color: #E3CDCE;
}
.AnyTagClassName
{
color: #E3CDCE;
}
</style>
background-color css
<style>
a { background-color: #E3CDCE; }
a { background-color: rgb(227,205,206); }
div.DivClassName
{
background-color: #E3CDCE;
}
.BgClassName
{
background-color: #E3CDCE;
}
</style>
border-color css
<style>
span { border-color: #E3CDCE; }
span { border-color: rgb(227,205,206); }
td.TdClassName
{
border-color: #E3CDCE;
}
.TagClassName
{
border-color: #E3CDCE;
}
</style>