Shades of Pale Rose #EFDBDF
Tints of Pale Rose #EFDBDF
RGB
CMYK
RGB Variations
Color information
#EFDBDF (or 0xEFDBDF) is known color: Pale Rose. HEX triplet: EF, DB and DF. RGB value is (239,219,223). Sum of RGB (Red+Green+Blue) = 239+219+223=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDF is #102420. Grayscale: #E1E1E1. Windows color (decimal): -1057825 or 14670831. OLE color: 14670831.
HSL color Cylindrical-coordinate representation of color #EFDBDF: hue angle of 348º 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 #EFDBDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 223 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.06 |
| HSL | 348º | 0.38% | 0.9% | - |
| HSV(B) | 348º | 0.08% | 0.94% | - |
| XYZ | 74.25 | 74.34 | 80.25 | - |
| YUV | 225.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 223 | 0 | 0.08 | 0.07 | 0.06 | 348 | 0.38 | 0.9 |
| Hex | EF | DB | DF | 0 | 8 | 7 | 6 | 15C | 26 | 5A |
| Octal | 357 | 333 | 337 | 0 | 10 | 7 | 6 | 534 | 46 | 132 |
| Binary | 11101111 | 11011011 | 11011111 | 0 | 1000 | 111 | 110 | 101011100 | 100110 | 1011010 |
Color Harmonies of #EFDBDF
Complementary color
Monochromatic Colors of #EFDBDF
Black with #EFDBDF
Text Example
Text Example
White with #EFDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBDF; }
p { color: rgb(239,219,223); }
H1.HeaderClassName
{
color: #EFDBDF;
}
.AnyTagClassName
{
color: #EFDBDF;
}
</style>
background-color css
<style>
a { background-color: #EFDBDF; }
a { background-color: rgb(239,219,223); }
div.DivClassName
{
background-color: #EFDBDF;
}
.BgClassName
{
background-color: #EFDBDF;
}
</style>
border-color css
<style>
span { border-color: #EFDBDF; }
span { border-color: rgb(239,219,223); }
td.TdClassName
{
border-color: #EFDBDF;
}
.TagClassName
{
border-color: #EFDBDF;
}
</style>