Shades of Classic Rose #EFC5DF
Tints of Classic Rose #EFC5DF
RGB
CMYK
RGB Variations
Color information
#EFC5DF (or 0xEFC5DF) is known color: Classic Rose. HEX triplet: EF, C5 and DF. RGB value is (239,197,223). Sum of RGB (Red+Green+Blue) = 239+197+223=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DF is #103A20. Grayscale: #D4D4D4. Windows color (decimal): -1063457 or 14665199. OLE color: 14665199.
HSL color Cylindrical-coordinate representation of color #EFC5DF: hue angle of 322.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5DF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 223 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.06 |
| HSL | 322.86º | 0.57% | 0.85% | - |
| HSV(B) | 322.86º | 0.18% | 0.94% | - |
| XYZ | 68.88 | 63.61 | 78.46 | - |
| YUV | 212.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 223 | 0 | 0.18 | 0.07 | 0.06 | 322.86 | 0.57 | 0.85 |
| Hex | EF | C5 | DF | 0 | 12 | 7 | 6 | 143 | 39 | 55 |
| Octal | 357 | 305 | 337 | 0 | 22 | 7 | 6 | 503 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11011111 | 0 | 10010 | 111 | 110 | 101000011 | 111001 | 1010101 |
Color Harmonies of #EFC5DF
Complementary color
Monochromatic Colors of #EFC5DF
Black with #EFC5DF
Text Example
Text Example
White with #EFC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5DF; }
p { color: rgb(239,197,223); }
H1.HeaderClassName
{
color: #EFC5DF;
}
.AnyTagClassName
{
color: #EFC5DF;
}
</style>
background-color css
<style>
a { background-color: #EFC5DF; }
a { background-color: rgb(239,197,223); }
div.DivClassName
{
background-color: #EFC5DF;
}
.BgClassName
{
background-color: #EFC5DF;
}
</style>
border-color css
<style>
span { border-color: #EFC5DF; }
span { border-color: rgb(239,197,223); }
td.TdClassName
{
border-color: #EFC5DF;
}
.TagClassName
{
border-color: #EFC5DF;
}
</style>