Shades of Classic Rose #EFC6DD
Tints of Classic Rose #EFC6DD
RGB
CMYK
RGB Variations
Color information
#EFC6DD (or 0xEFC6DD) is known color: Classic Rose. HEX triplet: EF, C6 and DD. RGB value is (239,198,221). Sum of RGB (Red+Green+Blue) = 239+198+221=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DD is #103922. Grayscale: #D4D4D4. Windows color (decimal): -1063203 or 14534383. OLE color: 14534383.
HSL color Cylindrical-coordinate representation of color #EFC6DD: hue angle of 326.34º 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 #EFC6DD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 221 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.06 |
| HSL | 326.34º | 0.56% | 0.86% | - |
| HSV(B) | 326.34º | 0.17% | 0.94% | - |
| XYZ | 68.84 | 63.96 | 77.12 | - |
| YUV | 212.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 221 | 0 | 0.17 | 0.08 | 0.06 | 326.34 | 0.56 | 0.86 |
| Hex | EF | C6 | DD | 0 | 11 | 8 | 6 | 146 | 38 | 56 |
| Octal | 357 | 306 | 335 | 0 | 21 | 10 | 6 | 506 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11011101 | 0 | 10001 | 1000 | 110 | 101000110 | 111000 | 1010110 |
Color Harmonies of #EFC6DD
Complementary color
Monochromatic Colors of #EFC6DD
Black with #EFC6DD
Text Example
Text Example
White with #EFC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6DD; }
p { color: rgb(239,198,221); }
H1.HeaderClassName
{
color: #EFC6DD;
}
.AnyTagClassName
{
color: #EFC6DD;
}
</style>
background-color css
<style>
a { background-color: #EFC6DD; }
a { background-color: rgb(239,198,221); }
div.DivClassName
{
background-color: #EFC6DD;
}
.BgClassName
{
background-color: #EFC6DD;
}
</style>
border-color css
<style>
span { border-color: #EFC6DD; }
span { border-color: rgb(239,198,221); }
td.TdClassName
{
border-color: #EFC6DD;
}
.TagClassName
{
border-color: #EFC6DD;
}
</style>