Shades of Pale Rose #EFD4D9
Tints of Pale Rose #EFD4D9
RGB
CMYK
RGB Variations
Color information
#EFD4D9 (or 0xEFD4D9) is known color: Pale Rose. HEX triplet: EF, D4 and D9. RGB value is (239,212,217). Sum of RGB (Red+Green+Blue) = 239+212+217=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4D9 is #102B26. Grayscale: #DCDCDC. Windows color (decimal): -1059623 or 14275823. OLE color: 14275823.
HSL color Cylindrical-coordinate representation of color #EFD4D9: hue angle of 348.89º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4D9 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 217 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.06 |
| HSL | 348.89º | 0.46% | 0.88% | - |
| HSV(B) | 348.89º | 0.11% | 0.94% | - |
| XYZ | 71.66 | 70.45 | 75.47 | - |
| YUV | 220.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 217 | 0 | 0.11 | 0.09 | 0.06 | 348.89 | 0.46 | 0.88 |
| Hex | EF | D4 | D9 | 0 | B | 9 | 6 | 15D | 2E | 58 |
| Octal | 357 | 324 | 331 | 0 | 13 | 11 | 6 | 535 | 56 | 130 |
| Binary | 11101111 | 11010100 | 11011001 | 0 | 1011 | 1001 | 110 | 101011101 | 101110 | 1011000 |
Color Harmonies of #EFD4D9
Complementary color
Monochromatic Colors of #EFD4D9
Black with #EFD4D9
Text Example
Text Example
White with #EFD4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4D9; }
p { color: rgb(239,212,217); }
H1.HeaderClassName
{
color: #EFD4D9;
}
.AnyTagClassName
{
color: #EFD4D9;
}
</style>
background-color css
<style>
a { background-color: #EFD4D9; }
a { background-color: rgb(239,212,217); }
div.DivClassName
{
background-color: #EFD4D9;
}
.BgClassName
{
background-color: #EFD4D9;
}
</style>
border-color css
<style>
span { border-color: #EFD4D9; }
span { border-color: rgb(239,212,217); }
td.TdClassName
{
border-color: #EFD4D9;
}
.TagClassName
{
border-color: #EFD4D9;
}
</style>