Shades of Pale Rose #EFD4DC
Tints of Pale Rose #EFD4DC
RGB
CMYK
RGB Variations
Color information
#EFD4DC (or 0xEFD4DC) is known color: Pale Rose. HEX triplet: EF, D4 and DC. RGB value is (239,212,220). Sum of RGB (Red+Green+Blue) = 239+212+220=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DC is #102B23. Grayscale: #DCDCDC. Windows color (decimal): -1059620 or 14472431. OLE color: 14472431.
HSL color Cylindrical-coordinate representation of color #EFD4DC: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4DC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 220 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.06 |
| HSL | 342.22º | 0.46% | 0.88% | - |
| HSV(B) | 342.22º | 0.11% | 0.94% | - |
| XYZ | 72.06 | 70.61 | 77.54 | - |
| YUV | 220.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 220 | 0 | 0.11 | 0.08 | 0.06 | 342.22 | 0.46 | 0.88 |
| Hex | EF | D4 | DC | 0 | B | 8 | 6 | 156 | 2E | 58 |
| Octal | 357 | 324 | 334 | 0 | 13 | 10 | 6 | 526 | 56 | 130 |
| Binary | 11101111 | 11010100 | 11011100 | 0 | 1011 | 1000 | 110 | 101010110 | 101110 | 1011000 |
Color Harmonies of #EFD4DC
Complementary color
Monochromatic Colors of #EFD4DC
Black with #EFD4DC
Text Example
Text Example
White with #EFD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4DC; }
p { color: rgb(239,212,220); }
H1.HeaderClassName
{
color: #EFD4DC;
}
.AnyTagClassName
{
color: #EFD4DC;
}
</style>
background-color css
<style>
a { background-color: #EFD4DC; }
a { background-color: rgb(239,212,220); }
div.DivClassName
{
background-color: #EFD4DC;
}
.BgClassName
{
background-color: #EFD4DC;
}
</style>
border-color css
<style>
span { border-color: #EFD4DC; }
span { border-color: rgb(239,212,220); }
td.TdClassName
{
border-color: #EFD4DC;
}
.TagClassName
{
border-color: #EFD4DC;
}
</style>