Shades of Classic Rose #EFBFDF
Tints of Classic Rose #EFBFDF
RGB
CMYK
RGB Variations
Color information
#EFBFDF (or 0xEFBFDF) is known color: Classic Rose. HEX triplet: EF, BF and DF. RGB value is (239,191,223). Sum of RGB (Red+Green+Blue) = 239+191+223=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDF is #104020. Grayscale: #D0D0D0. Windows color (decimal): -1064993 or 14663663. OLE color: 14663663.
HSL color Cylindrical-coordinate representation of color #EFBFDF: hue angle of 320º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFDF is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 223 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.06 |
| HSL | 320º | 0.6% | 0.84% | - |
| HSV(B) | 320º | 0.2% | 0.94% | - |
| XYZ | 67.55 | 60.94 | 78.01 | - |
| YUV | 209 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 223 | 0 | 0.20 | 0.07 | 0.06 | 320 | 0.6 | 0.84 |
| Hex | EF | BF | DF | 0 | 14 | 7 | 6 | 140 | 3C | 54 |
| Octal | 357 | 277 | 337 | 0 | 24 | 7 | 6 | 500 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11011111 | 0 | 10100 | 111 | 110 | 101000000 | 111100 | 1010100 |
Color Harmonies of #EFBFDF
Complementary color
Monochromatic Colors of #EFBFDF
Black with #EFBFDF
Text Example
Text Example
White with #EFBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFDF; }
p { color: rgb(239,191,223); }
H1.HeaderClassName
{
color: #EFBFDF;
}
.AnyTagClassName
{
color: #EFBFDF;
}
</style>
background-color css
<style>
a { background-color: #EFBFDF; }
a { background-color: rgb(239,191,223); }
div.DivClassName
{
background-color: #EFBFDF;
}
.BgClassName
{
background-color: #EFBFDF;
}
</style>
border-color css
<style>
span { border-color: #EFBFDF; }
span { border-color: rgb(239,191,223); }
td.TdClassName
{
border-color: #EFBFDF;
}
.TagClassName
{
border-color: #EFBFDF;
}
</style>