Shades of Classic Rose #EFC5DD
Tints of Classic Rose #EFC5DD
RGB
CMYK
RGB Variations
Color information
#EFC5DD (or 0xEFC5DD) is known color: Classic Rose. HEX triplet: EF, C5 and DD. RGB value is (239,197,221). Sum of RGB (Red+Green+Blue) = 239+197+221=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DD is #103A22. Grayscale: #D4D4D4. Windows color (decimal): -1063459 or 14534127. OLE color: 14534127.
HSL color Cylindrical-coordinate representation of color #EFC5DD: hue angle of 325.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 #EFC5DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 221 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.06 |
| HSL | 325.71º | 0.57% | 0.85% | - |
| HSV(B) | 325.71º | 0.18% | 0.94% | - |
| XYZ | 68.61 | 63.5 | 77.05 | - |
| YUV | 212.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 221 | 0 | 0.18 | 0.08 | 0.06 | 325.71 | 0.57 | 0.85 |
| Hex | EF | C5 | DD | 0 | 12 | 8 | 6 | 146 | 39 | 55 |
| Octal | 357 | 305 | 335 | 0 | 22 | 10 | 6 | 506 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11011101 | 0 | 10010 | 1000 | 110 | 101000110 | 111001 | 1010101 |
Color Harmonies of #EFC5DD
Complementary color
Monochromatic Colors of #EFC5DD
Black with #EFC5DD
Text Example
Text Example
White with #EFC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5DD; }
p { color: rgb(239,197,221); }
H1.HeaderClassName
{
color: #EFC5DD;
}
.AnyTagClassName
{
color: #EFC5DD;
}
</style>
background-color css
<style>
a { background-color: #EFC5DD; }
a { background-color: rgb(239,197,221); }
div.DivClassName
{
background-color: #EFC5DD;
}
.BgClassName
{
background-color: #EFC5DD;
}
</style>
border-color css
<style>
span { border-color: #EFC5DD; }
span { border-color: rgb(239,197,221); }
td.TdClassName
{
border-color: #EFC5DD;
}
.TagClassName
{
border-color: #EFC5DD;
}
</style>