Shades of Pale Rose #E9D6DB
Tints of Pale Rose #E9D6DB
RGB
CMYK
RGB Variations
Color information
#E9D6DB (or 0xE9D6DB) is known color: Pale Rose. HEX triplet: E9, D6 and DB. RGB value is (233,214,219). Sum of RGB (Red+Green+Blue) = 233+214+219=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DB is #162924. Grayscale: #DCDCDC. Windows color (decimal): -1452325 or 14407401. OLE color: 14407401.
HSL color Cylindrical-coordinate representation of color #E9D6DB: hue angle of 344.21º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6DB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 214 | 219 | - |
CMYK | 0 | 0.08 | 0.06 | 0.09 |
HSL | 344.21º | 0.3% | 0.88% | - |
HSV(B) | 344.21º | 0.08% | 0.91% | - |
XYZ | 70.44 | 70.53 | 76.92 | - |
YUV | 220.25 | 127.29 | 137.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 214 | 219 | 0 | 0.08 | 0.06 | 0.09 | 344.21 | 0.3 | 0.88 |
Hex | E9 | D6 | DB | 0 | 8 | 6 | 9 | 158 | 1E | 58 |
Octal | 351 | 326 | 333 | 0 | 10 | 6 | 11 | 530 | 36 | 130 |
Binary | 11101001 | 11010110 | 11011011 | 0 | 1000 | 110 | 1001 | 101011000 | 11110 | 1011000 |
Color Harmonies of #E9D6DB
Complementary color
Monochromatic Colors of #E9D6DB
Black with #E9D6DB
Text Example
Text Example
White with #E9D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6DB; }
p { color: rgb(233,214,219); }
H1.HeaderClassName
{
color: #E9D6DB;
}
.AnyTagClassName
{
color: #E9D6DB;
}
</style>
background-color css
<style>
a { background-color: #E9D6DB; }
a { background-color: rgb(233,214,219); }
div.DivClassName
{
background-color: #E9D6DB;
}
.BgClassName
{
background-color: #E9D6DB;
}
</style>
border-color css
<style>
span { border-color: #E9D6DB; }
span { border-color: rgb(233,214,219); }
td.TdClassName
{
border-color: #E9D6DB;
}
.TagClassName
{
border-color: #E9D6DB;
}
</style>