Shades of Classic Rose #EFC0DB
Tints of Classic Rose #EFC0DB
RGB
CMYK
RGB Variations
Color information
#EFC0DB (or 0xEFC0DB) is known color: Classic Rose. HEX triplet: EF, C0 and DB. RGB value is (239,192,219). Sum of RGB (Red+Green+Blue) = 239+192+219=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0DB is #103F24. Grayscale: #D1D1D1. Windows color (decimal): -1064741 or 14401775. OLE color: 14401775.
HSL color Cylindrical-coordinate representation of color #EFC0DB: hue angle of 325.53º 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 #EFC0DB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 192 | 219 | - |
CMYK | 0 | 0.20 | 0.08 | 0.06 |
HSL | 325.53º | 0.59% | 0.85% | - |
HSV(B) | 325.53º | 0.2% | 0.94% | - |
XYZ | 67.23 | 61.16 | 75.28 | - |
YUV | 209.13 | 133.57 | 149.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 192 | 219 | 0 | 0.20 | 0.08 | 0.06 | 325.53 | 0.59 | 0.85 |
Hex | EF | C0 | DB | 0 | 14 | 8 | 6 | 146 | 3B | 55 |
Octal | 357 | 300 | 333 | 0 | 24 | 10 | 6 | 506 | 73 | 125 |
Binary | 11101111 | 11000000 | 11011011 | 0 | 10100 | 1000 | 110 | 101000110 | 111011 | 1010101 |
Color Harmonies of #EFC0DB
Complementary color
Monochromatic Colors of #EFC0DB
Black with #EFC0DB
Text Example
Text Example
White with #EFC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0DB; }
p { color: rgb(239,192,219); }
H1.HeaderClassName
{
color: #EFC0DB;
}
.AnyTagClassName
{
color: #EFC0DB;
}
</style>
background-color css
<style>
a { background-color: #EFC0DB; }
a { background-color: rgb(239,192,219); }
div.DivClassName
{
background-color: #EFC0DB;
}
.BgClassName
{
background-color: #EFC0DB;
}
</style>
border-color css
<style>
span { border-color: #EFC0DB; }
span { border-color: rgb(239,192,219); }
td.TdClassName
{
border-color: #EFC0DB;
}
.TagClassName
{
border-color: #EFC0DB;
}
</style>