Shades of Classic Rose #EFCFDD
Tints of Classic Rose #EFCFDD
RGB
CMYK
RGB Variations
Color information
#EFCFDD (or 0xEFCFDD) is known color: Classic Rose. HEX triplet: EF, CF and DD. RGB value is (239,207,221). Sum of RGB (Red+Green+Blue) = 239+207+221=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDD is #103022. Grayscale: #DADADA. Windows color (decimal): -1060899 or 14536687. OLE color: 14536687.
HSL color Cylindrical-coordinate representation of color #EFCFDD: hue angle of 333.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 #EFCFDD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 221 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.06 |
| HSL | 333.75º | 0.5% | 0.87% | - |
| HSV(B) | 333.75º | 0.13% | 0.94% | - |
| XYZ | 70.96 | 68.2 | 77.83 | - |
| YUV | 218.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 221 | 0 | 0.13 | 0.08 | 0.06 | 333.75 | 0.5 | 0.87 |
| Hex | EF | CF | DD | 0 | D | 8 | 6 | 14E | 32 | 57 |
| Octal | 357 | 317 | 335 | 0 | 15 | 10 | 6 | 516 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11011101 | 0 | 1101 | 1000 | 110 | 101001110 | 110010 | 1010111 |
Color Harmonies of #EFCFDD
Complementary color
Monochromatic Colors of #EFCFDD
Black with #EFCFDD
Text Example
Text Example
White with #EFCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFDD; }
p { color: rgb(239,207,221); }
H1.HeaderClassName
{
color: #EFCFDD;
}
.AnyTagClassName
{
color: #EFCFDD;
}
</style>
background-color css
<style>
a { background-color: #EFCFDD; }
a { background-color: rgb(239,207,221); }
div.DivClassName
{
background-color: #EFCFDD;
}
.BgClassName
{
background-color: #EFCFDD;
}
</style>
border-color css
<style>
span { border-color: #EFCFDD; }
span { border-color: rgb(239,207,221); }
td.TdClassName
{
border-color: #EFCFDD;
}
.TagClassName
{
border-color: #EFCFDD;
}
</style>