Shades of Pale Rose #EFD9DB
Tints of Pale Rose #EFD9DB
RGB
CMYK
RGB Variations
Color information
#EFD9DB (or 0xEFD9DB) is known color: Pale Rose. HEX triplet: EF, D9 and DB. RGB value is (239,217,219). Sum of RGB (Red+Green+Blue) = 239+217+219=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DB is #102624. Grayscale: #DFDFDF. Windows color (decimal): -1058341 or 14408175. OLE color: 14408175.
HSL color Cylindrical-coordinate representation of color #EFD9DB: hue angle of 354.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9DB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 217 | 219 | - |
CMYK | 0 | 0.09 | 0.08 | 0.06 |
HSL | 354.55º | 0.41% | 0.89% | - |
HSV(B) | 354.55º | 0.09% | 0.94% | - |
XYZ | 73.2 | 73.09 | 77.27 | - |
YUV | 223.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 217 | 219 | 0 | 0.09 | 0.08 | 0.06 | 354.55 | 0.41 | 0.89 |
Hex | EF | D9 | DB | 0 | 9 | 8 | 6 | 163 | 29 | 59 |
Octal | 357 | 331 | 333 | 0 | 11 | 10 | 6 | 543 | 51 | 131 |
Binary | 11101111 | 11011001 | 11011011 | 0 | 1001 | 1000 | 110 | 101100011 | 101001 | 1011001 |
Color Harmonies of #EFD9DB
Complementary color
Monochromatic Colors of #EFD9DB
Black with #EFD9DB
Text Example
Text Example
White with #EFD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9DB; }
p { color: rgb(239,217,219); }
H1.HeaderClassName
{
color: #EFD9DB;
}
.AnyTagClassName
{
color: #EFD9DB;
}
</style>
background-color css
<style>
a { background-color: #EFD9DB; }
a { background-color: rgb(239,217,219); }
div.DivClassName
{
background-color: #EFD9DB;
}
.BgClassName
{
background-color: #EFD9DB;
}
</style>
border-color css
<style>
span { border-color: #EFD9DB; }
span { border-color: rgb(239,217,219); }
td.TdClassName
{
border-color: #EFD9DB;
}
.TagClassName
{
border-color: #EFD9DB;
}
</style>