Shades of Classic Rose #EFC7DE
Tints of Classic Rose #EFC7DE
RGB
CMYK
RGB Variations
Color information
#EFC7DE (or 0xEFC7DE) is known color: Classic Rose. HEX triplet: EF, C7 and DE. RGB value is (239,199,222). Sum of RGB (Red+Green+Blue) = 239+199+222=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DE is #103821. Grayscale: #D5D5D5. Windows color (decimal): -1062946 or 14600175. OLE color: 14600175.
HSL color Cylindrical-coordinate representation of color #EFC7DE: hue angle of 325.5º 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 #EFC7DE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 222 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.06 |
| HSL | 325.5º | 0.56% | 0.86% | - |
| HSV(B) | 325.5º | 0.17% | 0.94% | - |
| XYZ | 69.2 | 64.47 | 77.9 | - |
| YUV | 213.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 222 | 0 | 0.17 | 0.07 | 0.06 | 325.5 | 0.56 | 0.86 |
| Hex | EF | C7 | DE | 0 | 11 | 7 | 6 | 146 | 38 | 56 |
| Octal | 357 | 307 | 336 | 0 | 21 | 7 | 6 | 506 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11011110 | 0 | 10001 | 111 | 110 | 101000110 | 111000 | 1010110 |
Color Harmonies of #EFC7DE
Complementary color
Monochromatic Colors of #EFC7DE
Black with #EFC7DE
Text Example
Text Example
White with #EFC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7DE; }
p { color: rgb(239,199,222); }
H1.HeaderClassName
{
color: #EFC7DE;
}
.AnyTagClassName
{
color: #EFC7DE;
}
</style>
background-color css
<style>
a { background-color: #EFC7DE; }
a { background-color: rgb(239,199,222); }
div.DivClassName
{
background-color: #EFC7DE;
}
.BgClassName
{
background-color: #EFC7DE;
}
</style>
border-color css
<style>
span { border-color: #EFC7DE; }
span { border-color: rgb(239,199,222); }
td.TdClassName
{
border-color: #EFC7DE;
}
.TagClassName
{
border-color: #EFC7DE;
}
</style>