Shades of Classic Rose #EFBDD8
Tints of Classic Rose #EFBDD8
RGB
CMYK
RGB Variations
Color information
#EFBDD8 (or 0xEFBDD8) is known color: Classic Rose. HEX triplet: EF, BD and D8. RGB value is (239,189,216). Sum of RGB (Red+Green+Blue) = 239+189+216=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD8 is #104227. Grayscale: #CECECE. Windows color (decimal): -1065512 or 14204399. OLE color: 14204399.
HSL color Cylindrical-coordinate representation of color #EFBDD8: hue angle of 327.6º degrees, saturation: 0.61, 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 #EFBDD8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 216 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.06 |
| HSL | 327.6º | 0.61% | 0.84% | - |
| HSV(B) | 327.6º | 0.21% | 0.94% | - |
| XYZ | 66.19 | 59.7 | 73 | - |
| YUV | 207.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 216 | 0 | 0.21 | 0.10 | 0.06 | 327.6 | 0.61 | 0.84 |
| Hex | EF | BD | D8 | 0 | 15 | A | 6 | 148 | 3D | 54 |
| Octal | 357 | 275 | 330 | 0 | 25 | 12 | 6 | 510 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011000 | 0 | 10101 | 1010 | 110 | 101001000 | 111101 | 1010100 |
Color Harmonies of #EFBDD8
Complementary color
Monochromatic Colors of #EFBDD8
Black with #EFBDD8
Text Example
Text Example
White with #EFBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDD8; }
p { color: rgb(239,189,216); }
H1.HeaderClassName
{
color: #EFBDD8;
}
.AnyTagClassName
{
color: #EFBDD8;
}
</style>
background-color css
<style>
a { background-color: #EFBDD8; }
a { background-color: rgb(239,189,216); }
div.DivClassName
{
background-color: #EFBDD8;
}
.BgClassName
{
background-color: #EFBDD8;
}
</style>
border-color css
<style>
span { border-color: #EFBDD8; }
span { border-color: rgb(239,189,216); }
td.TdClassName
{
border-color: #EFBDD8;
}
.TagClassName
{
border-color: #EFBDD8;
}
</style>