Shades of Pale Rose #E4DBDC
Tints of Pale Rose #E4DBDC
RGB
CMYK
RGB Variations
Color information
#E4DBDC (or 0xE4DBDC) is known color: Pale Rose. HEX triplet: E4, DB and DC. RGB value is (228,219,220). Sum of RGB (Red+Green+Blue) = 228+219+220=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBDC is #1B2423. Grayscale: #DDDDDD. Windows color (decimal): -1778724 or 14474212. OLE color: 14474212.
HSL color Cylindrical-coordinate representation of color #E4DBDC: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DBDC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 219 | 220 | - |
CMYK | 0 | 0.04 | 0.04 | 0.11 |
HSL | 353.33º | 0.14% | 0.88% | - |
HSV(B) | 353.33º | 0.04% | 0.89% | - |
XYZ | 70.24 | 72.32 | 77.97 | - |
YUV | 221.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 219 | 220 | 0 | 0.04 | 0.04 | 0.11 | 353.33 | 0.14 | 0.88 |
Hex | E4 | DB | DC | 0 | 4 | 4 | B | 161 | E | 58 |
Octal | 344 | 333 | 334 | 0 | 4 | 4 | 13 | 541 | 16 | 130 |
Binary | 11100100 | 11011011 | 11011100 | 0 | 100 | 100 | 1011 | 101100001 | 1110 | 1011000 |
Color Harmonies of #E4DBDC
Complementary color
Monochromatic Colors of #E4DBDC
Black with #E4DBDC
Text Example
Text Example
White with #E4DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBDC; }
p { color: rgb(228,219,220); }
H1.HeaderClassName
{
color: #E4DBDC;
}
.AnyTagClassName
{
color: #E4DBDC;
}
</style>
background-color css
<style>
a { background-color: #E4DBDC; }
a { background-color: rgb(228,219,220); }
div.DivClassName
{
background-color: #E4DBDC;
}
.BgClassName
{
background-color: #E4DBDC;
}
</style>
border-color css
<style>
span { border-color: #E4DBDC; }
span { border-color: rgb(228,219,220); }
td.TdClassName
{
border-color: #E4DBDC;
}
.TagClassName
{
border-color: #E4DBDC;
}
</style>