Shades of Pale Rose #E2DBDC
Tints of Pale Rose #E2DBDC
RGB
CMYK
RGB Variations
Color information
#E2DBDC (or 0xE2DBDC) is known color: Pale Rose. HEX triplet: E2, DB and DC. RGB value is (226,219,220). Sum of RGB (Red+Green+Blue) = 226+219+220=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDC is #1D2423. Grayscale: #DDDDDD. Windows color (decimal): -1909796 or 14474210. OLE color: 14474210.
HSL color Cylindrical-coordinate representation of color #E2DBDC: hue angle of 351.43º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DBDC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 219 | 220 | - |
CMYK | 0 | 0.03 | 0.03 | 0.11 |
HSL | 351.43º | 0.11% | 0.87% | - |
HSV(B) | 351.43º | 0.03% | 0.89% | - |
XYZ | 69.61 | 72 | 77.94 | - |
YUV | 221.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 220 | 0 | 0.03 | 0.03 | 0.11 | 351.43 | 0.11 | 0.87 |
Hex | E2 | DB | DC | 0 | 3 | 3 | B | 15F | B | 57 |
Octal | 342 | 333 | 334 | 0 | 3 | 3 | 13 | 537 | 13 | 127 |
Binary | 11100010 | 11011011 | 11011100 | 0 | 11 | 11 | 1011 | 101011111 | 1011 | 1010111 |
Color Harmonies of #E2DBDC
Complementary color
Monochromatic Colors of #E2DBDC
Black with #E2DBDC
Text Example
Text Example
White with #E2DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBDC; }
p { color: rgb(226,219,220); }
H1.HeaderClassName
{
color: #E2DBDC;
}
.AnyTagClassName
{
color: #E2DBDC;
}
</style>
background-color css
<style>
a { background-color: #E2DBDC; }
a { background-color: rgb(226,219,220); }
div.DivClassName
{
background-color: #E2DBDC;
}
.BgClassName
{
background-color: #E2DBDC;
}
</style>
border-color css
<style>
span { border-color: #E2DBDC; }
span { border-color: rgb(226,219,220); }
td.TdClassName
{
border-color: #E2DBDC;
}
.TagClassName
{
border-color: #E2DBDC;
}
</style>