Shades of Classic Rose #EFBDDD
Tints of Classic Rose #EFBDDD
RGB
CMYK
RGB Variations
Color information
#EFBDDD (or 0xEFBDDD) is known color: Classic Rose. HEX triplet: EF, BD and DD. RGB value is (239,189,221). Sum of RGB (Red+Green+Blue) = 239+189+221=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDD is #104222. Grayscale: #CFCFCF. Windows color (decimal): -1065507 or 14532079. OLE color: 14532079.
HSL color Cylindrical-coordinate representation of color #EFBDDD: hue angle of 321.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 #EFBDDD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 221 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 321.6º | 0.61% | 0.84% | - |
| HSV(B) | 321.6º | 0.21% | 0.94% | - |
| XYZ | 66.85 | 59.97 | 76.46 | - |
| YUV | 207.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 221 | 0 | 0.21 | 0.08 | 0.06 | 321.6 | 0.61 | 0.84 |
| Hex | EF | BD | DD | 0 | 15 | 8 | 6 | 142 | 3D | 54 |
| Octal | 357 | 275 | 335 | 0 | 25 | 10 | 6 | 502 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011101 | 0 | 10101 | 1000 | 110 | 101000010 | 111101 | 1010100 |
Color Harmonies of #EFBDDD
Complementary color
Monochromatic Colors of #EFBDDD
Black with #EFBDDD
Text Example
Text Example
White with #EFBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDDD; }
p { color: rgb(239,189,221); }
H1.HeaderClassName
{
color: #EFBDDD;
}
.AnyTagClassName
{
color: #EFBDDD;
}
</style>
background-color css
<style>
a { background-color: #EFBDDD; }
a { background-color: rgb(239,189,221); }
div.DivClassName
{
background-color: #EFBDDD;
}
.BgClassName
{
background-color: #EFBDDD;
}
</style>
border-color css
<style>
span { border-color: #EFBDDD; }
span { border-color: rgb(239,189,221); }
td.TdClassName
{
border-color: #EFBDDD;
}
.TagClassName
{
border-color: #EFBDDD;
}
</style>