Shades of Classic Rose #EFC7DF
Tints of Classic Rose #EFC7DF
RGB
CMYK
RGB Variations
Color information
#EFC7DF (or 0xEFC7DF) is known color: Classic Rose. HEX triplet: EF, C7 and DF. RGB value is (239,199,223). Sum of RGB (Red+Green+Blue) = 239+199+223=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DF is #103820. Grayscale: #D5D5D5. Windows color (decimal): -1062945 or 14665711. OLE color: 14665711.
HSL color Cylindrical-coordinate representation of color #EFC7DF: hue angle of 324º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7DF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 223 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.06 |
| HSL | 324º | 0.56% | 0.86% | - |
| HSV(B) | 324º | 0.17% | 0.94% | - |
| XYZ | 69.34 | 64.53 | 78.61 | - |
| YUV | 213.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 223 | 0 | 0.17 | 0.07 | 0.06 | 324 | 0.56 | 0.86 |
| Hex | EF | C7 | DF | 0 | 11 | 7 | 6 | 144 | 38 | 56 |
| Octal | 357 | 307 | 337 | 0 | 21 | 7 | 6 | 504 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11011111 | 0 | 10001 | 111 | 110 | 101000100 | 111000 | 1010110 |
Color Harmonies of #EFC7DF
Complementary color
Monochromatic Colors of #EFC7DF
Black with #EFC7DF
Text Example
Text Example
White with #EFC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7DF; }
p { color: rgb(239,199,223); }
H1.HeaderClassName
{
color: #EFC7DF;
}
.AnyTagClassName
{
color: #EFC7DF;
}
</style>
background-color css
<style>
a { background-color: #EFC7DF; }
a { background-color: rgb(239,199,223); }
div.DivClassName
{
background-color: #EFC7DF;
}
.BgClassName
{
background-color: #EFC7DF;
}
</style>
border-color css
<style>
span { border-color: #EFC7DF; }
span { border-color: rgb(239,199,223); }
td.TdClassName
{
border-color: #EFC7DF;
}
.TagClassName
{
border-color: #EFC7DF;
}
</style>