Shades of Classic Rose #EFC5D9
Tints of Classic Rose #EFC5D9
RGB
CMYK
RGB Variations
Color information
#EFC5D9 (or 0xEFC5D9) is known color: Classic Rose. HEX triplet: EF, C5 and D9. RGB value is (239,197,217). Sum of RGB (Red+Green+Blue) = 239+197+217=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D9 is #103A26. Grayscale: #D3D3D3. Windows color (decimal): -1063463 or 14271983. OLE color: 14271983.
HSL color Cylindrical-coordinate representation of color #EFC5D9: hue angle of 331.43º 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 #EFC5D9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 217 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.06 |
| HSL | 331.43º | 0.57% | 0.85% | - |
| HSV(B) | 331.43º | 0.18% | 0.94% | - |
| XYZ | 68.09 | 63.29 | 74.27 | - |
| YUV | 211.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 217 | 0 | 0.18 | 0.09 | 0.06 | 331.43 | 0.57 | 0.85 |
| Hex | EF | C5 | D9 | 0 | 12 | 9 | 6 | 14B | 39 | 55 |
| Octal | 357 | 305 | 331 | 0 | 22 | 11 | 6 | 513 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11011001 | 0 | 10010 | 1001 | 110 | 101001011 | 111001 | 1010101 |
Color Harmonies of #EFC5D9
Complementary color
Monochromatic Colors of #EFC5D9
Black with #EFC5D9
Text Example
Text Example
White with #EFC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5D9; }
p { color: rgb(239,197,217); }
H1.HeaderClassName
{
color: #EFC5D9;
}
.AnyTagClassName
{
color: #EFC5D9;
}
</style>
background-color css
<style>
a { background-color: #EFC5D9; }
a { background-color: rgb(239,197,217); }
div.DivClassName
{
background-color: #EFC5D9;
}
.BgClassName
{
background-color: #EFC5D9;
}
</style>
border-color css
<style>
span { border-color: #EFC5D9; }
span { border-color: rgb(239,197,217); }
td.TdClassName
{
border-color: #EFC5D9;
}
.TagClassName
{
border-color: #EFC5D9;
}
</style>