Shades of Pale Rose #EFDADF
Tints of Pale Rose #EFDADF
RGB
CMYK
RGB Variations
Color information
#EFDADF (or 0xEFDADF) is known color: Pale Rose. HEX triplet: EF, DA and DF. RGB value is (239,218,223). Sum of RGB (Red+Green+Blue) = 239+218+223=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADF is #102520. Grayscale: #E0E0E0. Windows color (decimal): -1058081 or 14670575. OLE color: 14670575.
HSL color Cylindrical-coordinate representation of color #EFDADF: hue angle of 345.71º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDADF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 223 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.06 |
| HSL | 345.71º | 0.4% | 0.9% | - |
| HSV(B) | 345.71º | 0.09% | 0.94% | - |
| XYZ | 73.99 | 73.82 | 80.16 | - |
| YUV | 224.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 223 | 0 | 0.09 | 0.07 | 0.06 | 345.71 | 0.4 | 0.9 |
| Hex | EF | DA | DF | 0 | 9 | 7 | 6 | 15A | 28 | 5A |
| Octal | 357 | 332 | 337 | 0 | 11 | 7 | 6 | 532 | 50 | 132 |
| Binary | 11101111 | 11011010 | 11011111 | 0 | 1001 | 111 | 110 | 101011010 | 101000 | 1011010 |
Color Harmonies of #EFDADF
Complementary color
Monochromatic Colors of #EFDADF
Black with #EFDADF
Text Example
Text Example
White with #EFDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDADF; }
p { color: rgb(239,218,223); }
H1.HeaderClassName
{
color: #EFDADF;
}
.AnyTagClassName
{
color: #EFDADF;
}
</style>
background-color css
<style>
a { background-color: #EFDADF; }
a { background-color: rgb(239,218,223); }
div.DivClassName
{
background-color: #EFDADF;
}
.BgClassName
{
background-color: #EFDADF;
}
</style>
border-color css
<style>
span { border-color: #EFDADF; }
span { border-color: rgb(239,218,223); }
td.TdClassName
{
border-color: #EFDADF;
}
.TagClassName
{
border-color: #EFDADF;
}
</style>