Shades of Pale Rose #EFD8DD
Tints of Pale Rose #EFD8DD
RGB
CMYK
RGB Variations
Color information
#EFD8DD (or 0xEFD8DD) is known color: Pale Rose. HEX triplet: EF, D8 and DD. RGB value is (239,216,221). Sum of RGB (Red+Green+Blue) = 239+216+221=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DD is #102722. Grayscale: #DFDFDF. Windows color (decimal): -1058595 or 14538991. OLE color: 14538991.
HSL color Cylindrical-coordinate representation of color #EFD8DD: hue angle of 346.96º degrees, saturation: 0.42, 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 #EFD8DD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 221 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.06 |
| HSL | 346.96º | 0.42% | 0.89% | - |
| HSV(B) | 346.96º | 0.1% | 0.94% | - |
| XYZ | 73.2 | 72.68 | 78.58 | - |
| YUV | 223.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 221 | 0 | 0.10 | 0.08 | 0.06 | 346.96 | 0.42 | 0.89 |
| Hex | EF | D8 | DD | 0 | A | 8 | 6 | 15B | 2A | 59 |
| Octal | 357 | 330 | 335 | 0 | 12 | 10 | 6 | 533 | 52 | 131 |
| Binary | 11101111 | 11011000 | 11011101 | 0 | 1010 | 1000 | 110 | 101011011 | 101010 | 1011001 |
Color Harmonies of #EFD8DD
Complementary color
Monochromatic Colors of #EFD8DD
Black with #EFD8DD
Text Example
Text Example
White with #EFD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8DD; }
p { color: rgb(239,216,221); }
H1.HeaderClassName
{
color: #EFD8DD;
}
.AnyTagClassName
{
color: #EFD8DD;
}
</style>
background-color css
<style>
a { background-color: #EFD8DD; }
a { background-color: rgb(239,216,221); }
div.DivClassName
{
background-color: #EFD8DD;
}
.BgClassName
{
background-color: #EFD8DD;
}
</style>
border-color css
<style>
span { border-color: #EFD8DD; }
span { border-color: rgb(239,216,221); }
td.TdClassName
{
border-color: #EFD8DD;
}
.TagClassName
{
border-color: #EFD8DD;
}
</style>