Shades of Pale Rose #EFD8DF
Tints of Pale Rose #EFD8DF
RGB
CMYK
RGB Variations
Color information
#EFD8DF (or 0xEFD8DF) is known color: Pale Rose. HEX triplet: EF, D8 and DF. RGB value is (239,216,223). Sum of RGB (Red+Green+Blue) = 239+216+223=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DF is #102720. Grayscale: #DFDFDF. Windows color (decimal): -1058593 or 14670063. OLE color: 14670063.
HSL color Cylindrical-coordinate representation of color #EFD8DF: hue angle of 341.74º degrees, saturation: 0.42, 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 #EFD8DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 223 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.06 |
| HSL | 341.74º | 0.42% | 0.89% | - |
| HSV(B) | 341.74º | 0.1% | 0.94% | - |
| XYZ | 73.47 | 72.79 | 79.99 | - |
| YUV | 223.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 223 | 0 | 0.10 | 0.07 | 0.06 | 341.74 | 0.42 | 0.89 |
| Hex | EF | D8 | DF | 0 | A | 7 | 6 | 156 | 2A | 59 |
| Octal | 357 | 330 | 337 | 0 | 12 | 7 | 6 | 526 | 52 | 131 |
| Binary | 11101111 | 11011000 | 11011111 | 0 | 1010 | 111 | 110 | 101010110 | 101010 | 1011001 |
Color Harmonies of #EFD8DF
Complementary color
Monochromatic Colors of #EFD8DF
Black with #EFD8DF
Text Example
Text Example
White with #EFD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8DF; }
p { color: rgb(239,216,223); }
H1.HeaderClassName
{
color: #EFD8DF;
}
.AnyTagClassName
{
color: #EFD8DF;
}
</style>
background-color css
<style>
a { background-color: #EFD8DF; }
a { background-color: rgb(239,216,223); }
div.DivClassName
{
background-color: #EFD8DF;
}
.BgClassName
{
background-color: #EFD8DF;
}
</style>
border-color css
<style>
span { border-color: #EFD8DF; }
span { border-color: rgb(239,216,223); }
td.TdClassName
{
border-color: #EFD8DF;
}
.TagClassName
{
border-color: #EFD8DF;
}
</style>