Shades of Classic Rose #EFC8DF
Tints of Classic Rose #EFC8DF
RGB
CMYK
RGB Variations
Color information
#EFC8DF (or 0xEFC8DF) is known color: Classic Rose. HEX triplet: EF, C8 and DF. RGB value is (239,200,223). Sum of RGB (Red+Green+Blue) = 239+200+223=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DF is #103720. Grayscale: #D6D6D6. Windows color (decimal): -1062689 or 14665967. OLE color: 14665967.
HSL color Cylindrical-coordinate representation of color #EFC8DF: hue angle of 324.62º 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 #EFC8DF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 223 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.06 |
| HSL | 324.62º | 0.55% | 0.86% | - |
| HSV(B) | 324.62º | 0.16% | 0.94% | - |
| XYZ | 69.57 | 64.99 | 78.69 | - |
| YUV | 214.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 223 | 0 | 0.16 | 0.07 | 0.06 | 324.62 | 0.55 | 0.86 |
| Hex | EF | C8 | DF | 0 | 10 | 7 | 6 | 145 | 37 | 56 |
| Octal | 357 | 310 | 337 | 0 | 20 | 7 | 6 | 505 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011111 | 0 | 10000 | 111 | 110 | 101000101 | 110111 | 1010110 |
Color Harmonies of #EFC8DF
Complementary color
Monochromatic Colors of #EFC8DF
Black with #EFC8DF
Text Example
Text Example
White with #EFC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8DF; }
p { color: rgb(239,200,223); }
H1.HeaderClassName
{
color: #EFC8DF;
}
.AnyTagClassName
{
color: #EFC8DF;
}
</style>
background-color css
<style>
a { background-color: #EFC8DF; }
a { background-color: rgb(239,200,223); }
div.DivClassName
{
background-color: #EFC8DF;
}
.BgClassName
{
background-color: #EFC8DF;
}
</style>
border-color css
<style>
span { border-color: #EFC8DF; }
span { border-color: rgb(239,200,223); }
td.TdClassName
{
border-color: #EFC8DF;
}
.TagClassName
{
border-color: #EFC8DF;
}
</style>