Shades of Classic Rose #EFD3DF
Tints of Classic Rose #EFD3DF
RGB
CMYK
RGB Variations
Color information
#EFD3DF (or 0xEFD3DF) is known color: Classic Rose. HEX triplet: EF, D3 and DF. RGB value is (239,211,223). Sum of RGB (Red+Green+Blue) = 239+211+223=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DF is #102C20. Grayscale: #DCDCDC. Windows color (decimal): -1059873 or 14668783. OLE color: 14668783.
HSL color Cylindrical-coordinate representation of color #EFD3DF: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3DF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 223 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.06 |
| HSL | 334.29º | 0.47% | 0.88% | - |
| HSV(B) | 334.29º | 0.12% | 0.94% | - |
| XYZ | 72.21 | 70.27 | 79.57 | - |
| YUV | 220.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 223 | 0 | 0.12 | 0.07 | 0.06 | 334.29 | 0.47 | 0.88 |
| Hex | EF | D3 | DF | 0 | C | 7 | 6 | 14E | 2F | 58 |
| Octal | 357 | 323 | 337 | 0 | 14 | 7 | 6 | 516 | 57 | 130 |
| Binary | 11101111 | 11010011 | 11011111 | 0 | 1100 | 111 | 110 | 101001110 | 101111 | 1011000 |
Color Harmonies of #EFD3DF
Complementary color
Monochromatic Colors of #EFD3DF
Black with #EFD3DF
Text Example
Text Example
White with #EFD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3DF; }
p { color: rgb(239,211,223); }
H1.HeaderClassName
{
color: #EFD3DF;
}
.AnyTagClassName
{
color: #EFD3DF;
}
</style>
background-color css
<style>
a { background-color: #EFD3DF; }
a { background-color: rgb(239,211,223); }
div.DivClassName
{
background-color: #EFD3DF;
}
.BgClassName
{
background-color: #EFD3DF;
}
</style>
border-color css
<style>
span { border-color: #EFD3DF; }
span { border-color: rgb(239,211,223); }
td.TdClassName
{
border-color: #EFD3DF;
}
.TagClassName
{
border-color: #EFD3DF;
}
</style>