Shades of Pale Rose #EFD0D5
Tints of Pale Rose #EFD0D5
RGB
CMYK
RGB Variations
Color information
#EFD0D5 (or 0xEFD0D5) is known color: Pale Rose. HEX triplet: EF, D0 and D5. RGB value is (239,208,213). Sum of RGB (Red+Green+Blue) = 239+208+213=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D5 is #102F2A. Grayscale: #D9D9D9. Windows color (decimal): -1060651 or 14012655. OLE color: 14012655.
HSL color Cylindrical-coordinate representation of color #EFD0D5: hue angle of 350.32º degrees, saturation: 0.49, 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 #EFD0D5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 213 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.06 |
| HSL | 350.32º | 0.49% | 0.88% | - |
| HSV(B) | 350.32º | 0.13% | 0.94% | - |
| XYZ | 70.16 | 68.27 | 72.43 | - |
| YUV | 217.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 213 | 0 | 0.13 | 0.11 | 0.06 | 350.32 | 0.49 | 0.88 |
| Hex | EF | D0 | D5 | 0 | D | B | 6 | 15E | 31 | 58 |
| Octal | 357 | 320 | 325 | 0 | 15 | 13 | 6 | 536 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11010101 | 0 | 1101 | 1011 | 110 | 101011110 | 110001 | 1011000 |
Color Harmonies of #EFD0D5
Complementary color
Monochromatic Colors of #EFD0D5
Black with #EFD0D5
Text Example
Text Example
White with #EFD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0D5; }
p { color: rgb(239,208,213); }
H1.HeaderClassName
{
color: #EFD0D5;
}
.AnyTagClassName
{
color: #EFD0D5;
}
</style>
background-color css
<style>
a { background-color: #EFD0D5; }
a { background-color: rgb(239,208,213); }
div.DivClassName
{
background-color: #EFD0D5;
}
.BgClassName
{
background-color: #EFD0D5;
}
</style>
border-color css
<style>
span { border-color: #EFD0D5; }
span { border-color: rgb(239,208,213); }
td.TdClassName
{
border-color: #EFD0D5;
}
.TagClassName
{
border-color: #EFD0D5;
}
</style>