Shades of Pale Rose #EFCFD0
Tints of Pale Rose #EFCFD0
RGB
CMYK
RGB Variations
Color information
#EFCFD0 (or 0xEFCFD0) is known color: Pale Rose. HEX triplet: EF, CF and D0. RGB value is (239,207,208). Sum of RGB (Red+Green+Blue) = 239+207+208=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD0 is #10302F. Grayscale: #D8D8D8. Windows color (decimal): -1060912 or 13684719. OLE color: 13684719.
HSL color Cylindrical-coordinate representation of color #EFCFD0: hue angle of 358.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFD0 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 208 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.06 |
| HSL | 358.13º | 0.5% | 0.87% | - |
| HSV(B) | 358.13º | 0.13% | 0.94% | - |
| XYZ | 69.29 | 67.53 | 69.06 | - |
| YUV | 216.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 208 | 0 | 0.13 | 0.13 | 0.06 | 358.13 | 0.5 | 0.87 |
| Hex | EF | CF | D0 | 0 | D | D | 6 | 166 | 32 | 57 |
| Octal | 357 | 317 | 320 | 0 | 15 | 15 | 6 | 546 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11010000 | 0 | 1101 | 1101 | 110 | 101100110 | 110010 | 1010111 |
Color Harmonies of #EFCFD0
Complementary color
Monochromatic Colors of #EFCFD0
Black with #EFCFD0
Text Example
Text Example
White with #EFCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFD0; }
p { color: rgb(239,207,208); }
H1.HeaderClassName
{
color: #EFCFD0;
}
.AnyTagClassName
{
color: #EFCFD0;
}
</style>
background-color css
<style>
a { background-color: #EFCFD0; }
a { background-color: rgb(239,207,208); }
div.DivClassName
{
background-color: #EFCFD0;
}
.BgClassName
{
background-color: #EFCFD0;
}
</style>
border-color css
<style>
span { border-color: #EFCFD0; }
span { border-color: rgb(239,207,208); }
td.TdClassName
{
border-color: #EFCFD0;
}
.TagClassName
{
border-color: #EFCFD0;
}
</style>