Shades of Classic Rose #EFC5D6
Tints of Classic Rose #EFC5D6
RGB
CMYK
RGB Variations
Color information
#EFC5D6 (or 0xEFC5D6) is known color: Classic Rose. HEX triplet: EF, C5 and D6. RGB value is (239,197,214). Sum of RGB (Red+Green+Blue) = 239+197+214=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D6 is #103A29. Grayscale: #D3D3D3. Windows color (decimal): -1063466 or 14075375. OLE color: 14075375.
HSL color Cylindrical-coordinate representation of color #EFC5D6: hue angle of 335.71º 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 #EFC5D6 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 214 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.06 |
| HSL | 335.71º | 0.57% | 0.85% | - |
| HSV(B) | 335.71º | 0.18% | 0.94% | - |
| XYZ | 67.7 | 63.14 | 72.24 | - |
| YUV | 211.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 214 | 0 | 0.18 | 0.10 | 0.06 | 335.71 | 0.57 | 0.85 |
| Hex | EF | C5 | D6 | 0 | 12 | A | 6 | 150 | 39 | 55 |
| Octal | 357 | 305 | 326 | 0 | 22 | 12 | 6 | 520 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11010110 | 0 | 10010 | 1010 | 110 | 101010000 | 111001 | 1010101 |
Color Harmonies of #EFC5D6
Complementary color
Monochromatic Colors of #EFC5D6
Black with #EFC5D6
Text Example
Text Example
White with #EFC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5D6; }
p { color: rgb(239,197,214); }
H1.HeaderClassName
{
color: #EFC5D6;
}
.AnyTagClassName
{
color: #EFC5D6;
}
</style>
background-color css
<style>
a { background-color: #EFC5D6; }
a { background-color: rgb(239,197,214); }
div.DivClassName
{
background-color: #EFC5D6;
}
.BgClassName
{
background-color: #EFC5D6;
}
</style>
border-color css
<style>
span { border-color: #EFC5D6; }
span { border-color: rgb(239,197,214); }
td.TdClassName
{
border-color: #EFC5D6;
}
.TagClassName
{
border-color: #EFC5D6;
}
</style>