Shades of Pale Rose #EFDCDD
Tints of Pale Rose #EFDCDD
RGB
CMYK
RGB Variations
Color information
#EFDCDD (or 0xEFDCDD) is known color: Pale Rose. HEX triplet: EF, DC and DD. RGB value is (239,220,221). Sum of RGB (Red+Green+Blue) = 239+220+221=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDD is #102322. Grayscale: #E1E1E1. Windows color (decimal): -1057571 or 14540015. OLE color: 14540015.
HSL color Cylindrical-coordinate representation of color #EFDCDD: hue angle of 356.84º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCDD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 221 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.06 |
| HSL | 356.84º | 0.37% | 0.9% | - |
| HSV(B) | 356.84º | 0.08% | 0.94% | - |
| XYZ | 74.24 | 74.76 | 78.92 | - |
| YUV | 225.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 221 | 0 | 0.08 | 0.08 | 0.06 | 356.84 | 0.37 | 0.9 |
| Hex | EF | DC | DD | 0 | 8 | 8 | 6 | 165 | 25 | 5A |
| Octal | 357 | 334 | 335 | 0 | 10 | 10 | 6 | 545 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11011101 | 0 | 1000 | 1000 | 110 | 101100101 | 100101 | 1011010 |
Color Harmonies of #EFDCDD
Complementary color
Monochromatic Colors of #EFDCDD
Black with #EFDCDD
Text Example
Text Example
White with #EFDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCDD; }
p { color: rgb(239,220,221); }
H1.HeaderClassName
{
color: #EFDCDD;
}
.AnyTagClassName
{
color: #EFDCDD;
}
</style>
background-color css
<style>
a { background-color: #EFDCDD; }
a { background-color: rgb(239,220,221); }
div.DivClassName
{
background-color: #EFDCDD;
}
.BgClassName
{
background-color: #EFDCDD;
}
</style>
border-color css
<style>
span { border-color: #EFDCDD; }
span { border-color: rgb(239,220,221); }
td.TdClassName
{
border-color: #EFDCDD;
}
.TagClassName
{
border-color: #EFDCDD;
}
</style>