Shades of Pale Rose #EFCDCF
Tints of Pale Rose #EFCDCF
RGB
CMYK
RGB Variations
Color information
#EFCDCF (or 0xEFCDCF) is known color: Pale Rose. HEX triplet: EF, CD and CF. RGB value is (239,205,207). Sum of RGB (Red+Green+Blue) = 239+205+207=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCF is #103230. Grayscale: #D7D7D7. Windows color (decimal): -1061425 or 13618671. OLE color: 13618671.
HSL color Cylindrical-coordinate representation of color #EFCDCF: hue angle of 356.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDCF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 207 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.06 |
| HSL | 356.47º | 0.52% | 0.87% | - |
| HSV(B) | 356.47º | 0.14% | 0.94% | - |
| XYZ | 68.69 | 66.52 | 68.25 | - |
| YUV | 215.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 207 | 0 | 0.14 | 0.13 | 0.06 | 356.47 | 0.52 | 0.87 |
| Hex | EF | CD | CF | 0 | E | D | 6 | 164 | 34 | 57 |
| Octal | 357 | 315 | 317 | 0 | 16 | 15 | 6 | 544 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11001111 | 0 | 1110 | 1101 | 110 | 101100100 | 110100 | 1010111 |
Color Harmonies of #EFCDCF
Complementary color
Monochromatic Colors of #EFCDCF
Black with #EFCDCF
Text Example
Text Example
White with #EFCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDCF; }
p { color: rgb(239,205,207); }
H1.HeaderClassName
{
color: #EFCDCF;
}
.AnyTagClassName
{
color: #EFCDCF;
}
</style>
background-color css
<style>
a { background-color: #EFCDCF; }
a { background-color: rgb(239,205,207); }
div.DivClassName
{
background-color: #EFCDCF;
}
.BgClassName
{
background-color: #EFCDCF;
}
</style>
border-color css
<style>
span { border-color: #EFCDCF; }
span { border-color: rgb(239,205,207); }
td.TdClassName
{
border-color: #EFCDCF;
}
.TagClassName
{
border-color: #EFCDCF;
}
</style>