Shades of Classic Rose #EFC1DB
Tints of Classic Rose #EFC1DB
RGB
CMYK
RGB Variations
Color information
#EFC1DB (or 0xEFC1DB) is known color: Classic Rose. HEX triplet: EF, C1 and DB. RGB value is (239,193,219). Sum of RGB (Red+Green+Blue) = 239+193+219=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1DB is #103E24. Grayscale: #D1D1D1. Windows color (decimal): -1064485 or 14402031. OLE color: 14402031.
HSL color Cylindrical-coordinate representation of color #EFC1DB: hue angle of 326.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1DB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 219 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.06 |
| HSL | 326.09º | 0.59% | 0.85% | - |
| HSV(B) | 326.09º | 0.19% | 0.94% | - |
| XYZ | 67.45 | 61.61 | 75.35 | - |
| YUV | 209.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 219 | 0 | 0.19 | 0.08 | 0.06 | 326.09 | 0.59 | 0.85 |
| Hex | EF | C1 | DB | 0 | 13 | 8 | 6 | 146 | 3B | 55 |
| Octal | 357 | 301 | 333 | 0 | 23 | 10 | 6 | 506 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11011011 | 0 | 10011 | 1000 | 110 | 101000110 | 111011 | 1010101 |
Color Harmonies of #EFC1DB
Complementary color
Monochromatic Colors of #EFC1DB
Black with #EFC1DB
Text Example
Text Example
White with #EFC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1DB; }
p { color: rgb(239,193,219); }
H1.HeaderClassName
{
color: #EFC1DB;
}
.AnyTagClassName
{
color: #EFC1DB;
}
</style>
background-color css
<style>
a { background-color: #EFC1DB; }
a { background-color: rgb(239,193,219); }
div.DivClassName
{
background-color: #EFC1DB;
}
.BgClassName
{
background-color: #EFC1DB;
}
</style>
border-color css
<style>
span { border-color: #EFC1DB; }
span { border-color: rgb(239,193,219); }
td.TdClassName
{
border-color: #EFC1DB;
}
.TagClassName
{
border-color: #EFC1DB;
}
</style>