Shades of Pale Rose #EFD6DA
Tints of Pale Rose #EFD6DA
RGB
CMYK
RGB Variations
Color information
#EFD6DA (or 0xEFD6DA) is known color: Pale Rose. HEX triplet: EF, D6 and DA. RGB value is (239,214,218). Sum of RGB (Red+Green+Blue) = 239+214+218=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DA is #102925. Grayscale: #DDDDDD. Windows color (decimal): -1059110 or 14341871. OLE color: 14341871.
HSL color Cylindrical-coordinate representation of color #EFD6DA: hue angle of 350.4º degrees, saturation: 0.44, 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 #EFD6DA is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 214 | 218 | - |
CMYK | 0 | 0.10 | 0.09 | 0.06 |
HSL | 350.4º | 0.44% | 0.89% | - |
HSV(B) | 350.4º | 0.1% | 0.94% | - |
XYZ | 72.3 | 71.51 | 76.32 | - |
YUV | 221.93 | 125.78 | 140.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 214 | 218 | 0 | 0.10 | 0.09 | 0.06 | 350.4 | 0.44 | 0.89 |
Hex | EF | D6 | DA | 0 | A | 9 | 6 | 15E | 2C | 59 |
Octal | 357 | 326 | 332 | 0 | 12 | 11 | 6 | 536 | 54 | 131 |
Binary | 11101111 | 11010110 | 11011010 | 0 | 1010 | 1001 | 110 | 101011110 | 101100 | 1011001 |
Color Harmonies of #EFD6DA
Complementary color
Monochromatic Colors of #EFD6DA
Black with #EFD6DA
Text Example
Text Example
White with #EFD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6DA; }
p { color: rgb(239,214,218); }
H1.HeaderClassName
{
color: #EFD6DA;
}
.AnyTagClassName
{
color: #EFD6DA;
}
</style>
background-color css
<style>
a { background-color: #EFD6DA; }
a { background-color: rgb(239,214,218); }
div.DivClassName
{
background-color: #EFD6DA;
}
.BgClassName
{
background-color: #EFD6DA;
}
</style>
border-color css
<style>
span { border-color: #EFD6DA; }
span { border-color: rgb(239,214,218); }
td.TdClassName
{
border-color: #EFD6DA;
}
.TagClassName
{
border-color: #EFD6DA;
}
</style>