Shades of Pale Rose #EFD1D6
Tints of Pale Rose #EFD1D6
RGB
CMYK
RGB Variations
Color information
#EFD1D6 (or 0xEFD1D6) is known color: Pale Rose. HEX triplet: EF, D1 and D6. RGB value is (239,209,214). Sum of RGB (Red+Green+Blue) = 239+209+214=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1D6 is #102E29. Grayscale: #DADADA. Windows color (decimal): -1060394 or 14078447. OLE color: 14078447.
HSL color Cylindrical-coordinate representation of color #EFD1D6: hue angle of 350º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1D6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 214 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.06 |
| HSL | 350º | 0.48% | 0.88% | - |
| HSV(B) | 350º | 0.13% | 0.94% | - |
| XYZ | 70.53 | 68.81 | 73.18 | - |
| YUV | 218.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 214 | 0 | 0.13 | 0.10 | 0.06 | 350 | 0.48 | 0.88 |
| Hex | EF | D1 | D6 | 0 | D | A | 6 | 15E | 30 | 58 |
| Octal | 357 | 321 | 326 | 0 | 15 | 12 | 6 | 536 | 60 | 130 |
| Binary | 11101111 | 11010001 | 11010110 | 0 | 1101 | 1010 | 110 | 101011110 | 110000 | 1011000 |
Color Harmonies of #EFD1D6
Complementary color
Monochromatic Colors of #EFD1D6
Black with #EFD1D6
Text Example
Text Example
White with #EFD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1D6; }
p { color: rgb(239,209,214); }
H1.HeaderClassName
{
color: #EFD1D6;
}
.AnyTagClassName
{
color: #EFD1D6;
}
</style>
background-color css
<style>
a { background-color: #EFD1D6; }
a { background-color: rgb(239,209,214); }
div.DivClassName
{
background-color: #EFD1D6;
}
.BgClassName
{
background-color: #EFD1D6;
}
</style>
border-color css
<style>
span { border-color: #EFD1D6; }
span { border-color: rgb(239,209,214); }
td.TdClassName
{
border-color: #EFD1D6;
}
.TagClassName
{
border-color: #EFD1D6;
}
</style>