Shades of Pale Rose #EFDBDD
Tints of Pale Rose #EFDBDD
RGB
CMYK
RGB Variations
Color information
#EFDBDD (or 0xEFDBDD) is known color: Pale Rose. HEX triplet: EF, DB and DD. RGB value is (239,219,221). Sum of RGB (Red+Green+Blue) = 239+219+221=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDD is #102422. Grayscale: #E1E1E1. Windows color (decimal): -1057827 or 14539759. OLE color: 14539759.
HSL color Cylindrical-coordinate representation of color #EFDBDD: hue angle of 354º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBDD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 221 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.06 |
| HSL | 354º | 0.38% | 0.9% | - |
| HSV(B) | 354º | 0.08% | 0.94% | - |
| XYZ | 73.98 | 74.23 | 78.84 | - |
| YUV | 225.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 221 | 0 | 0.08 | 0.08 | 0.06 | 354 | 0.38 | 0.9 |
| Hex | EF | DB | DD | 0 | 8 | 8 | 6 | 162 | 26 | 5A |
| Octal | 357 | 333 | 335 | 0 | 10 | 10 | 6 | 542 | 46 | 132 |
| Binary | 11101111 | 11011011 | 11011101 | 0 | 1000 | 1000 | 110 | 101100010 | 100110 | 1011010 |
Color Harmonies of #EFDBDD
Complementary color
Monochromatic Colors of #EFDBDD
Black with #EFDBDD
Text Example
Text Example
White with #EFDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBDD; }
p { color: rgb(239,219,221); }
H1.HeaderClassName
{
color: #EFDBDD;
}
.AnyTagClassName
{
color: #EFDBDD;
}
</style>
background-color css
<style>
a { background-color: #EFDBDD; }
a { background-color: rgb(239,219,221); }
div.DivClassName
{
background-color: #EFDBDD;
}
.BgClassName
{
background-color: #EFDBDD;
}
</style>
border-color css
<style>
span { border-color: #EFDBDD; }
span { border-color: rgb(239,219,221); }
td.TdClassName
{
border-color: #EFDBDD;
}
.TagClassName
{
border-color: #EFDBDD;
}
</style>