Shades of Pale Rose #EFD6DB
Tints of Pale Rose #EFD6DB
RGB
CMYK
RGB Variations
Color information
#EFD6DB (or 0xEFD6DB) is known color: Pale Rose. HEX triplet: EF, D6 and DB. RGB value is (239,214,219). Sum of RGB (Red+Green+Blue) = 239+214+219=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DB is #102924. Grayscale: #DEDEDE. Windows color (decimal): -1059109 or 14407407. OLE color: 14407407.
HSL color Cylindrical-coordinate representation of color #EFD6DB: hue angle of 348º degrees, saturation: 0.44, 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 #EFD6DB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 219 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.06 |
| HSL | 348º | 0.44% | 0.89% | - |
| HSV(B) | 348º | 0.1% | 0.94% | - |
| XYZ | 72.43 | 71.56 | 77.01 | - |
| YUV | 222.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 219 | 0 | 0.10 | 0.08 | 0.06 | 348 | 0.44 | 0.89 |
| Hex | EF | D6 | DB | 0 | A | 8 | 6 | 15C | 2C | 59 |
| Octal | 357 | 326 | 333 | 0 | 12 | 10 | 6 | 534 | 54 | 131 |
| Binary | 11101111 | 11010110 | 11011011 | 0 | 1010 | 1000 | 110 | 101011100 | 101100 | 1011001 |
Color Harmonies of #EFD6DB
Complementary color
Monochromatic Colors of #EFD6DB
Black with #EFD6DB
Text Example
Text Example
White with #EFD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6DB; }
p { color: rgb(239,214,219); }
H1.HeaderClassName
{
color: #EFD6DB;
}
.AnyTagClassName
{
color: #EFD6DB;
}
</style>
background-color css
<style>
a { background-color: #EFD6DB; }
a { background-color: rgb(239,214,219); }
div.DivClassName
{
background-color: #EFD6DB;
}
.BgClassName
{
background-color: #EFD6DB;
}
</style>
border-color css
<style>
span { border-color: #EFD6DB; }
span { border-color: rgb(239,214,219); }
td.TdClassName
{
border-color: #EFD6DB;
}
.TagClassName
{
border-color: #EFD6DB;
}
</style>