Shades of Pale Rose #E4CDCE
Tints of Pale Rose #E4CDCE
RGB
CMYK
RGB Variations
Color information
#E4CDCE (or 0xE4CDCE) is known color: Pale Rose. HEX triplet: E4, CD and CE. RGB value is (228,205,206). Sum of RGB (Red+Green+Blue) = 228+205+206=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDCE is #1B3231. Grayscale: #D4D4D4. Windows color (decimal): -1782322 or 13553124. OLE color: 13553124.
HSL color Cylindrical-coordinate representation of color #E4CDCE: hue angle of 357.39º degrees, saturation: 0.3, 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 #E4CDCE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 206 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 357.39º | 0.3% | 0.85% | - |
| HSV(B) | 357.39º | 0.1% | 0.89% | - |
| XYZ | 64.97 | 64.61 | 67.44 | - |
| YUV | 211.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 206 | 0 | 0.10 | 0.10 | 0.11 | 357.39 | 0.3 | 0.85 |
| Hex | E4 | CD | CE | 0 | A | A | B | 165 | 1E | 55 |
| Octal | 344 | 315 | 316 | 0 | 12 | 12 | 13 | 545 | 36 | 125 |
| Binary | 11100100 | 11001101 | 11001110 | 0 | 1010 | 1010 | 1011 | 101100101 | 11110 | 1010101 |
Color Harmonies of #E4CDCE
Complementary color
Monochromatic Colors of #E4CDCE
Black with #E4CDCE
Text Example
Text Example
White with #E4CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDCE; }
p { color: rgb(228,205,206); }
H1.HeaderClassName
{
color: #E4CDCE;
}
.AnyTagClassName
{
color: #E4CDCE;
}
</style>
background-color css
<style>
a { background-color: #E4CDCE; }
a { background-color: rgb(228,205,206); }
div.DivClassName
{
background-color: #E4CDCE;
}
.BgClassName
{
background-color: #E4CDCE;
}
</style>
border-color css
<style>
span { border-color: #E4CDCE; }
span { border-color: rgb(228,205,206); }
td.TdClassName
{
border-color: #E4CDCE;
}
.TagClassName
{
border-color: #E4CDCE;
}
</style>