Shades of Classic Rose #EFBFD7
Tints of Classic Rose #EFBFD7
RGB
CMYK
RGB Variations
Color information
#EFBFD7 (or 0xEFBFD7) is known color: Classic Rose. HEX triplet: EF, BF and D7. RGB value is (239,191,215). Sum of RGB (Red+Green+Blue) = 239+191+215=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD7 is #104028. Grayscale: #D0D0D0. Windows color (decimal): -1065001 or 14139375. OLE color: 14139375.
HSL color Cylindrical-coordinate representation of color #EFBFD7: hue angle of 330º 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 #EFBFD7 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 191 | 215 | - |
CMYK | 0 | 0.20 | 0.10 | 0.06 |
HSL | 330º | 0.6% | 0.84% | - |
HSV(B) | 330º | 0.2% | 0.94% | - |
XYZ | 66.49 | 60.52 | 72.47 | - |
YUV | 208.09 | 131.9 | 150.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 191 | 215 | 0 | 0.20 | 0.10 | 0.06 | 330 | 0.6 | 0.84 |
Hex | EF | BF | D7 | 0 | 14 | A | 6 | 14A | 3C | 54 |
Octal | 357 | 277 | 327 | 0 | 24 | 12 | 6 | 512 | 74 | 124 |
Binary | 11101111 | 10111111 | 11010111 | 0 | 10100 | 1010 | 110 | 101001010 | 111100 | 1010100 |
Color Harmonies of #EFBFD7
Complementary color
Monochromatic Colors of #EFBFD7
Black with #EFBFD7
Text Example
Text Example
White with #EFBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFD7; }
p { color: rgb(239,191,215); }
H1.HeaderClassName
{
color: #EFBFD7;
}
.AnyTagClassName
{
color: #EFBFD7;
}
</style>
background-color css
<style>
a { background-color: #EFBFD7; }
a { background-color: rgb(239,191,215); }
div.DivClassName
{
background-color: #EFBFD7;
}
.BgClassName
{
background-color: #EFBFD7;
}
</style>
border-color css
<style>
span { border-color: #EFBFD7; }
span { border-color: rgb(239,191,215); }
td.TdClassName
{
border-color: #EFBFD7;
}
.TagClassName
{
border-color: #EFBFD7;
}
</style>