Shades of Classic Rose #EFC8DB
Tints of Classic Rose #EFC8DB
RGB
CMYK
RGB Variations
Color information
#EFC8DB (or 0xEFC8DB) is known color: Classic Rose. HEX triplet: EF, C8 and DB. RGB value is (239,200,219). Sum of RGB (Red+Green+Blue) = 239+200+219=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DB is #103724. Grayscale: #D5D5D5. Windows color (decimal): -1062693 or 14403823. OLE color: 14403823.
HSL color Cylindrical-coordinate representation of color #EFC8DB: hue angle of 330.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8DB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 219 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.06 |
| HSL | 330.77º | 0.55% | 0.86% | - |
| HSV(B) | 330.77º | 0.16% | 0.94% | - |
| XYZ | 69.04 | 64.77 | 75.88 | - |
| YUV | 213.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 219 | 0 | 0.16 | 0.08 | 0.06 | 330.77 | 0.55 | 0.86 |
| Hex | EF | C8 | DB | 0 | 10 | 8 | 6 | 14B | 37 | 56 |
| Octal | 357 | 310 | 333 | 0 | 20 | 10 | 6 | 513 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011011 | 0 | 10000 | 1000 | 110 | 101001011 | 110111 | 1010110 |
Color Harmonies of #EFC8DB
Complementary color
Monochromatic Colors of #EFC8DB
Black with #EFC8DB
Text Example
Text Example
White with #EFC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8DB; }
p { color: rgb(239,200,219); }
H1.HeaderClassName
{
color: #EFC8DB;
}
.AnyTagClassName
{
color: #EFC8DB;
}
</style>
background-color css
<style>
a { background-color: #EFC8DB; }
a { background-color: rgb(239,200,219); }
div.DivClassName
{
background-color: #EFC8DB;
}
.BgClassName
{
background-color: #EFC8DB;
}
</style>
border-color css
<style>
span { border-color: #EFC8DB; }
span { border-color: rgb(239,200,219); }
td.TdClassName
{
border-color: #EFC8DB;
}
.TagClassName
{
border-color: #EFC8DB;
}
</style>