Shades of Classic Rose #EFC1DF
Tints of Classic Rose #EFC1DF
RGB
CMYK
RGB Variations
Color information
#EFC1DF (or 0xEFC1DF) is known color: Classic Rose. HEX triplet: EF, C1 and DF. RGB value is (239,193,223). Sum of RGB (Red+Green+Blue) = 239+193+223=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1DF is #103E20. Grayscale: #D2D2D2. Windows color (decimal): -1064481 or 14664175. OLE color: 14664175.
HSL color Cylindrical-coordinate representation of color #EFC1DF: hue angle of 320.87º 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 #EFC1DF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 223 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.06 |
| HSL | 320.87º | 0.59% | 0.85% | - |
| HSV(B) | 320.87º | 0.19% | 0.94% | - |
| XYZ | 67.99 | 61.82 | 78.16 | - |
| YUV | 210.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 223 | 0 | 0.19 | 0.07 | 0.06 | 320.87 | 0.59 | 0.85 |
| Hex | EF | C1 | DF | 0 | 13 | 7 | 6 | 141 | 3B | 55 |
| Octal | 357 | 301 | 337 | 0 | 23 | 7 | 6 | 501 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11011111 | 0 | 10011 | 111 | 110 | 101000001 | 111011 | 1010101 |
Color Harmonies of #EFC1DF
Complementary color
Monochromatic Colors of #EFC1DF
Black with #EFC1DF
Text Example
Text Example
White with #EFC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1DF; }
p { color: rgb(239,193,223); }
H1.HeaderClassName
{
color: #EFC1DF;
}
.AnyTagClassName
{
color: #EFC1DF;
}
</style>
background-color css
<style>
a { background-color: #EFC1DF; }
a { background-color: rgb(239,193,223); }
div.DivClassName
{
background-color: #EFC1DF;
}
.BgClassName
{
background-color: #EFC1DF;
}
</style>
border-color css
<style>
span { border-color: #EFC1DF; }
span { border-color: rgb(239,193,223); }
td.TdClassName
{
border-color: #EFC1DF;
}
.TagClassName
{
border-color: #EFC1DF;
}
</style>