Shades of Pale Rose #EFCDCE
Tints of Pale Rose #EFCDCE
RGB
CMYK
RGB Variations
Color information
#EFCDCE (or 0xEFCDCE) is known color: Pale Rose. HEX triplet: EF, CD and CE. RGB value is (239,205,206). Sum of RGB (Red+Green+Blue) = 239+205+206=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCE is #103231. Grayscale: #D7D7D7. Windows color (decimal): -1061426 or 13553135. OLE color: 13553135.
HSL color Cylindrical-coordinate representation of color #EFCDCE: hue angle of 358.24º 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 #EFCDCE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 206 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.06 |
| HSL | 358.24º | 0.52% | 0.87% | - |
| HSV(B) | 358.24º | 0.14% | 0.94% | - |
| XYZ | 68.57 | 66.47 | 67.61 | - |
| YUV | 215.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 206 | 0 | 0.14 | 0.14 | 0.06 | 358.24 | 0.52 | 0.87 |
| Hex | EF | CD | CE | 0 | E | E | 6 | 166 | 34 | 57 |
| Octal | 357 | 315 | 316 | 0 | 16 | 16 | 6 | 546 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11001110 | 0 | 1110 | 1110 | 110 | 101100110 | 110100 | 1010111 |
Color Harmonies of #EFCDCE
Complementary color
Monochromatic Colors of #EFCDCE
Black with #EFCDCE
Text Example
Text Example
White with #EFCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDCE; }
p { color: rgb(239,205,206); }
H1.HeaderClassName
{
color: #EFCDCE;
}
.AnyTagClassName
{
color: #EFCDCE;
}
</style>
background-color css
<style>
a { background-color: #EFCDCE; }
a { background-color: rgb(239,205,206); }
div.DivClassName
{
background-color: #EFCDCE;
}
.BgClassName
{
background-color: #EFCDCE;
}
</style>
border-color css
<style>
span { border-color: #EFCDCE; }
span { border-color: rgb(239,205,206); }
td.TdClassName
{
border-color: #EFCDCE;
}
.TagClassName
{
border-color: #EFCDCE;
}
</style>