Shades of Pale Rose #EFD9DA
Tints of Pale Rose #EFD9DA
RGB
CMYK
RGB Variations
Color information
#EFD9DA (or 0xEFD9DA) is known color: Pale Rose. HEX triplet: EF, D9 and DA. RGB value is (239,217,218). Sum of RGB (Red+Green+Blue) = 239+217+218=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DA is #102625. Grayscale: #DFDFDF. Windows color (decimal): -1058342 or 14342639. OLE color: 14342639.
HSL color Cylindrical-coordinate representation of color #EFD9DA: hue angle of 357.27º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9DA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 217 | 218 | - |
CMYK | 0 | 0.09 | 0.09 | 0.06 |
HSL | 357.27º | 0.41% | 0.89% | - |
HSV(B) | 357.27º | 0.09% | 0.94% | - |
XYZ | 73.06 | 73.04 | 76.58 | - |
YUV | 223.69 | 124.79 | 138.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 217 | 218 | 0 | 0.09 | 0.09 | 0.06 | 357.27 | 0.41 | 0.89 |
Hex | EF | D9 | DA | 0 | 9 | 9 | 6 | 165 | 29 | 59 |
Octal | 357 | 331 | 332 | 0 | 11 | 11 | 6 | 545 | 51 | 131 |
Binary | 11101111 | 11011001 | 11011010 | 0 | 1001 | 1001 | 110 | 101100101 | 101001 | 1011001 |
Color Harmonies of #EFD9DA
Complementary color
Monochromatic Colors of #EFD9DA
Black with #EFD9DA
Text Example
Text Example
White with #EFD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9DA; }
p { color: rgb(239,217,218); }
H1.HeaderClassName
{
color: #EFD9DA;
}
.AnyTagClassName
{
color: #EFD9DA;
}
</style>
background-color css
<style>
a { background-color: #EFD9DA; }
a { background-color: rgb(239,217,218); }
div.DivClassName
{
background-color: #EFD9DA;
}
.BgClassName
{
background-color: #EFD9DA;
}
</style>
border-color css
<style>
span { border-color: #EFD9DA; }
span { border-color: rgb(239,217,218); }
td.TdClassName
{
border-color: #EFD9DA;
}
.TagClassName
{
border-color: #EFD9DA;
}
</style>