Shades of Pale Rose #EFD7DB
Tints of Pale Rose #EFD7DB
RGB
CMYK
RGB Variations
Color information
#EFD7DB (or 0xEFD7DB) is known color: Pale Rose. HEX triplet: EF, D7 and DB. RGB value is (239,215,219). Sum of RGB (Red+Green+Blue) = 239+215+219=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7DB is #102824. Grayscale: #DEDEDE. Windows color (decimal): -1058853 or 14407663. OLE color: 14407663.
HSL color Cylindrical-coordinate representation of color #EFD7DB: hue angle of 350º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7DB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 219 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.06 |
| HSL | 350º | 0.43% | 0.89% | - |
| HSV(B) | 350º | 0.1% | 0.94% | - |
| XYZ | 72.68 | 72.07 | 77.1 | - |
| YUV | 222.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 219 | 0 | 0.10 | 0.08 | 0.06 | 350 | 0.43 | 0.89 |
| Hex | EF | D7 | DB | 0 | A | 8 | 6 | 15E | 2B | 59 |
| Octal | 357 | 327 | 333 | 0 | 12 | 10 | 6 | 536 | 53 | 131 |
| Binary | 11101111 | 11010111 | 11011011 | 0 | 1010 | 1000 | 110 | 101011110 | 101011 | 1011001 |
Color Harmonies of #EFD7DB
Complementary color
Monochromatic Colors of #EFD7DB
Black with #EFD7DB
Text Example
Text Example
White with #EFD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7DB; }
p { color: rgb(239,215,219); }
H1.HeaderClassName
{
color: #EFD7DB;
}
.AnyTagClassName
{
color: #EFD7DB;
}
</style>
background-color css
<style>
a { background-color: #EFD7DB; }
a { background-color: rgb(239,215,219); }
div.DivClassName
{
background-color: #EFD7DB;
}
.BgClassName
{
background-color: #EFD7DB;
}
</style>
border-color css
<style>
span { border-color: #EFD7DB; }
span { border-color: rgb(239,215,219); }
td.TdClassName
{
border-color: #EFD7DB;
}
.TagClassName
{
border-color: #EFD7DB;
}
</style>