Shades of Pale Rose #EFCFD4
Tints of Pale Rose #EFCFD4
RGB
CMYK
RGB Variations
Color information
#EFCFD4 (or 0xEFCFD4) is known color: Pale Rose. HEX triplet: EF, CF and D4. RGB value is (239,207,212). Sum of RGB (Red+Green+Blue) = 239+207+212=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD4 is #10302B. Grayscale: #D9D9D9. Windows color (decimal): -1060908 or 13946863. OLE color: 13946863.
HSL color Cylindrical-coordinate representation of color #EFCFD4: hue angle of 350.62º 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 #EFCFD4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 212 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.06 |
| HSL | 350.63º | 0.5% | 0.87% | - |
| HSV(B) | 350.63º | 0.13% | 0.94% | - |
| XYZ | 69.79 | 67.73 | 71.68 | - |
| YUV | 217.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 212 | 0 | 0.13 | 0.11 | 0.06 | 350.63 | 0.5 | 0.87 |
| Hex | EF | CF | D4 | 0 | D | B | 6 | 15F | 32 | 57 |
| Octal | 357 | 317 | 324 | 0 | 15 | 13 | 6 | 537 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11010100 | 0 | 1101 | 1011 | 110 | 101011111 | 110010 | 1010111 |
Color Harmonies of #EFCFD4
Complementary color
Monochromatic Colors of #EFCFD4
Black with #EFCFD4
Text Example
Text Example
White with #EFCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFD4; }
p { color: rgb(239,207,212); }
H1.HeaderClassName
{
color: #EFCFD4;
}
.AnyTagClassName
{
color: #EFCFD4;
}
</style>
background-color css
<style>
a { background-color: #EFCFD4; }
a { background-color: rgb(239,207,212); }
div.DivClassName
{
background-color: #EFCFD4;
}
.BgClassName
{
background-color: #EFCFD4;
}
</style>
border-color css
<style>
span { border-color: #EFCFD4; }
span { border-color: rgb(239,207,212); }
td.TdClassName
{
border-color: #EFCFD4;
}
.TagClassName
{
border-color: #EFCFD4;
}
</style>