Shades of Classic Rose #EFC0DC
Tints of Classic Rose #EFC0DC
RGB
CMYK
RGB Variations
Color information
#EFC0DC (or 0xEFC0DC) is known color: Classic Rose. HEX triplet: EF, C0 and DC. RGB value is (239,192,220). Sum of RGB (Red+Green+Blue) = 239+192+220=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0DC is #103F23. Grayscale: #D1D1D1. Windows color (decimal): -1064740 or 14467311. OLE color: 14467311.
HSL color Cylindrical-coordinate representation of color #EFC0DC: hue angle of 324.26º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0DC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 220 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.06 |
| HSL | 324.26º | 0.59% | 0.85% | - |
| HSV(B) | 324.26º | 0.2% | 0.94% | - |
| XYZ | 67.36 | 61.22 | 75.98 | - |
| YUV | 209.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 220 | 0 | 0.20 | 0.08 | 0.06 | 324.26 | 0.59 | 0.85 |
| Hex | EF | C0 | DC | 0 | 14 | 8 | 6 | 144 | 3B | 55 |
| Octal | 357 | 300 | 334 | 0 | 24 | 10 | 6 | 504 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11011100 | 0 | 10100 | 1000 | 110 | 101000100 | 111011 | 1010101 |
Color Harmonies of #EFC0DC
Complementary color
Monochromatic Colors of #EFC0DC
Black with #EFC0DC
Text Example
Text Example
White with #EFC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0DC; }
p { color: rgb(239,192,220); }
H1.HeaderClassName
{
color: #EFC0DC;
}
.AnyTagClassName
{
color: #EFC0DC;
}
</style>
background-color css
<style>
a { background-color: #EFC0DC; }
a { background-color: rgb(239,192,220); }
div.DivClassName
{
background-color: #EFC0DC;
}
.BgClassName
{
background-color: #EFC0DC;
}
</style>
border-color css
<style>
span { border-color: #EFC0DC; }
span { border-color: rgb(239,192,220); }
td.TdClassName
{
border-color: #EFC0DC;
}
.TagClassName
{
border-color: #EFC0DC;
}
</style>