Shades of Pale Rose #E6D9DB
Tints of Pale Rose #E6D9DB
RGB
CMYK
RGB Variations
Color information
#E6D9DB (or 0xE6D9DB) is known color: Pale Rose. HEX triplet: E6, D9 and DB. RGB value is (230,217,219). Sum of RGB (Red+Green+Blue) = 230+217+219=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9DB is #192624. Grayscale: #DDDDDD. Windows color (decimal): -1648165 or 14408166. OLE color: 14408166.
HSL color Cylindrical-coordinate representation of color #E6D9DB: hue angle of 350.77º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6D9DB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 219 | - |
CMYK | 0 | 0.06 | 0.05 | 0.10 |
HSL | 350.77º | 0.21% | 0.88% | - |
HSV(B) | 350.77º | 0.06% | 0.9% | - |
XYZ | 70.23 | 71.56 | 77.13 | - |
YUV | 221.12 | 126.81 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 219 | 0 | 0.06 | 0.05 | 0.10 | 350.77 | 0.21 | 0.88 |
Hex | E6 | D9 | DB | 0 | 6 | 5 | A | 15F | 15 | 58 |
Octal | 346 | 331 | 333 | 0 | 6 | 5 | 12 | 537 | 25 | 130 |
Binary | 11100110 | 11011001 | 11011011 | 0 | 110 | 101 | 1010 | 101011111 | 10101 | 1011000 |
Color Harmonies of #E6D9DB
Complementary color
Monochromatic Colors of #E6D9DB
Black with #E6D9DB
Text Example
Text Example
White with #E6D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9DB; }
p { color: rgb(230,217,219); }
H1.HeaderClassName
{
color: #E6D9DB;
}
.AnyTagClassName
{
color: #E6D9DB;
}
</style>
background-color css
<style>
a { background-color: #E6D9DB; }
a { background-color: rgb(230,217,219); }
div.DivClassName
{
background-color: #E6D9DB;
}
.BgClassName
{
background-color: #E6D9DB;
}
</style>
border-color css
<style>
span { border-color: #E6D9DB; }
span { border-color: rgb(230,217,219); }
td.TdClassName
{
border-color: #E6D9DB;
}
.TagClassName
{
border-color: #E6D9DB;
}
</style>