Shades of Classic Rose #EFBED8
Tints of Classic Rose #EFBED8
RGB
CMYK
RGB Variations
Color information
#EFBED8 (or 0xEFBED8) is known color: Classic Rose. HEX triplet: EF, BE and D8. RGB value is (239,190,216). Sum of RGB (Red+Green+Blue) = 239+190+216=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED8 is #104127. Grayscale: #CFCFCF. Windows color (decimal): -1065256 or 14204655. OLE color: 14204655.
HSL color Cylindrical-coordinate representation of color #EFBED8: hue angle of 328.16º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBED8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 216 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.06 |
| HSL | 328.16º | 0.6% | 0.84% | - |
| HSV(B) | 328.16º | 0.21% | 0.94% | - |
| XYZ | 66.4 | 60.14 | 73.07 | - |
| YUV | 207.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 216 | 0 | 0.21 | 0.10 | 0.06 | 328.16 | 0.6 | 0.84 |
| Hex | EF | BE | D8 | 0 | 15 | A | 6 | 148 | 3C | 54 |
| Octal | 357 | 276 | 330 | 0 | 25 | 12 | 6 | 510 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11011000 | 0 | 10101 | 1010 | 110 | 101001000 | 111100 | 1010100 |
Color Harmonies of #EFBED8
Complementary color
Monochromatic Colors of #EFBED8
Black with #EFBED8
Text Example
Text Example
White with #EFBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBED8; }
p { color: rgb(239,190,216); }
H1.HeaderClassName
{
color: #EFBED8;
}
.AnyTagClassName
{
color: #EFBED8;
}
</style>
background-color css
<style>
a { background-color: #EFBED8; }
a { background-color: rgb(239,190,216); }
div.DivClassName
{
background-color: #EFBED8;
}
.BgClassName
{
background-color: #EFBED8;
}
</style>
border-color css
<style>
span { border-color: #EFBED8; }
span { border-color: rgb(239,190,216); }
td.TdClassName
{
border-color: #EFBED8;
}
.TagClassName
{
border-color: #EFBED8;
}
</style>