Shades of Pale Rose #EFD2D9
Tints of Pale Rose #EFD2D9
RGB
CMYK
RGB Variations
Color information
#EFD2D9 (or 0xEFD2D9) is known color: Pale Rose. HEX triplet: EF, D2 and D9. RGB value is (239,210,217). Sum of RGB (Red+Green+Blue) = 239+210+217=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2D9 is #102D26. Grayscale: #DBDBDB. Windows color (decimal): -1060135 or 14275311. OLE color: 14275311.
HSL color Cylindrical-coordinate representation of color #EFD2D9: hue angle of 345.52º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2D9 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 217 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.06 |
| HSL | 345.52º | 0.48% | 0.88% | - |
| HSV(B) | 345.52º | 0.12% | 0.94% | - |
| XYZ | 71.17 | 69.45 | 75.3 | - |
| YUV | 219.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 217 | 0 | 0.12 | 0.09 | 0.06 | 345.52 | 0.48 | 0.88 |
| Hex | EF | D2 | D9 | 0 | C | 9 | 6 | 15A | 30 | 58 |
| Octal | 357 | 322 | 331 | 0 | 14 | 11 | 6 | 532 | 60 | 130 |
| Binary | 11101111 | 11010010 | 11011001 | 0 | 1100 | 1001 | 110 | 101011010 | 110000 | 1011000 |
Color Harmonies of #EFD2D9
Complementary color
Monochromatic Colors of #EFD2D9
Black with #EFD2D9
Text Example
Text Example
White with #EFD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2D9; }
p { color: rgb(239,210,217); }
H1.HeaderClassName
{
color: #EFD2D9;
}
.AnyTagClassName
{
color: #EFD2D9;
}
</style>
background-color css
<style>
a { background-color: #EFD2D9; }
a { background-color: rgb(239,210,217); }
div.DivClassName
{
background-color: #EFD2D9;
}
.BgClassName
{
background-color: #EFD2D9;
}
</style>
border-color css
<style>
span { border-color: #EFD2D9; }
span { border-color: rgb(239,210,217); }
td.TdClassName
{
border-color: #EFD2D9;
}
.TagClassName
{
border-color: #EFD2D9;
}
</style>