Shades of Pale Rose #EFCFD5
Tints of Pale Rose #EFCFD5
RGB
CMYK
RGB Variations
Color information
#EFCFD5 (or 0xEFCFD5) is known color: Pale Rose. HEX triplet: EF, CF and D5. RGB value is (239,207,213). Sum of RGB (Red+Green+Blue) = 239+207+213=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD5 is #10302A. Grayscale: #D9D9D9. Windows color (decimal): -1060907 or 14012399. OLE color: 14012399.
HSL color Cylindrical-coordinate representation of color #EFCFD5: hue angle of 348.75º 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 #EFCFD5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 207 | 213 | - |
CMYK | 0 | 0.13 | 0.11 | 0.06 |
HSL | 348.75º | 0.5% | 0.87% | - |
HSV(B) | 348.75º | 0.13% | 0.94% | - |
XYZ | 69.92 | 67.78 | 72.35 | - |
YUV | 217.25 | 125.6 | 143.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 207 | 213 | 0 | 0.13 | 0.11 | 0.06 | 348.75 | 0.5 | 0.87 |
Hex | EF | CF | D5 | 0 | D | B | 6 | 15D | 32 | 57 |
Octal | 357 | 317 | 325 | 0 | 15 | 13 | 6 | 535 | 62 | 127 |
Binary | 11101111 | 11001111 | 11010101 | 0 | 1101 | 1011 | 110 | 101011101 | 110010 | 1010111 |
Color Harmonies of #EFCFD5
Complementary color
Monochromatic Colors of #EFCFD5
Black with #EFCFD5
Text Example
Text Example
White with #EFCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFD5; }
p { color: rgb(239,207,213); }
H1.HeaderClassName
{
color: #EFCFD5;
}
.AnyTagClassName
{
color: #EFCFD5;
}
</style>
background-color css
<style>
a { background-color: #EFCFD5; }
a { background-color: rgb(239,207,213); }
div.DivClassName
{
background-color: #EFCFD5;
}
.BgClassName
{
background-color: #EFCFD5;
}
</style>
border-color css
<style>
span { border-color: #EFCFD5; }
span { border-color: rgb(239,207,213); }
td.TdClassName
{
border-color: #EFCFD5;
}
.TagClassName
{
border-color: #EFCFD5;
}
</style>