Shades of Classic Rose #EFBFD8
Tints of Classic Rose #EFBFD8
RGB
CMYK
RGB Variations
Color information
#EFBFD8 (or 0xEFBFD8) is known color: Classic Rose. HEX triplet: EF, BF and D8. RGB value is (239,191,216). Sum of RGB (Red+Green+Blue) = 239+191+216=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD8 is #104027. Grayscale: #D0D0D0. Windows color (decimal): -1065000 or 14204911. OLE color: 14204911.
HSL color Cylindrical-coordinate representation of color #EFBFD8: hue angle of 328.75º 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 #EFBFD8 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 191 | 216 | - |
CMYK | 0 | 0.20 | 0.10 | 0.06 |
HSL | 328.75º | 0.6% | 0.84% | - |
HSV(B) | 328.75º | 0.2% | 0.94% | - |
XYZ | 66.62 | 60.57 | 73.15 | - |
YUV | 208.2 | 132.4 | 149.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 191 | 216 | 0 | 0.20 | 0.10 | 0.06 | 328.75 | 0.6 | 0.84 |
Hex | EF | BF | D8 | 0 | 14 | A | 6 | 149 | 3C | 54 |
Octal | 357 | 277 | 330 | 0 | 24 | 12 | 6 | 511 | 74 | 124 |
Binary | 11101111 | 10111111 | 11011000 | 0 | 10100 | 1010 | 110 | 101001001 | 111100 | 1010100 |
Color Harmonies of #EFBFD8
Complementary color
Monochromatic Colors of #EFBFD8
Black with #EFBFD8
Text Example
Text Example
White with #EFBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFD8; }
p { color: rgb(239,191,216); }
H1.HeaderClassName
{
color: #EFBFD8;
}
.AnyTagClassName
{
color: #EFBFD8;
}
</style>
background-color css
<style>
a { background-color: #EFBFD8; }
a { background-color: rgb(239,191,216); }
div.DivClassName
{
background-color: #EFBFD8;
}
.BgClassName
{
background-color: #EFBFD8;
}
</style>
border-color css
<style>
span { border-color: #EFBFD8; }
span { border-color: rgb(239,191,216); }
td.TdClassName
{
border-color: #EFBFD8;
}
.TagClassName
{
border-color: #EFBFD8;
}
</style>