Shades of Classic Rose #EFBDDF
Tints of Classic Rose #EFBDDF
RGB
CMYK
RGB Variations
Color information
#EFBDDF (or 0xEFBDDF) is known color: Classic Rose. HEX triplet: EF, BD and DF. RGB value is (239,189,223). Sum of RGB (Red+Green+Blue) = 239+189+223=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDF is #104220. Grayscale: #CFCFCF. Windows color (decimal): -1065505 or 14663151. OLE color: 14663151.
HSL color Cylindrical-coordinate representation of color #EFBDDF: hue angle of 319.2º 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 #EFBDDF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 223 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.06 |
| HSL | 319.2º | 0.61% | 0.84% | - |
| HSV(B) | 319.2º | 0.21% | 0.94% | - |
| XYZ | 67.11 | 60.07 | 77.87 | - |
| YUV | 207.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 223 | 0 | 0.21 | 0.07 | 0.06 | 319.2 | 0.61 | 0.84 |
| Hex | EF | BD | DF | 0 | 15 | 7 | 6 | 13F | 3D | 54 |
| Octal | 357 | 275 | 337 | 0 | 25 | 7 | 6 | 477 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011111 | 0 | 10101 | 111 | 110 | 100111111 | 111101 | 1010100 |
Color Harmonies of #EFBDDF
Complementary color
Monochromatic Colors of #EFBDDF
Black with #EFBDDF
Text Example
Text Example
White with #EFBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDDF; }
p { color: rgb(239,189,223); }
H1.HeaderClassName
{
color: #EFBDDF;
}
.AnyTagClassName
{
color: #EFBDDF;
}
</style>
background-color css
<style>
a { background-color: #EFBDDF; }
a { background-color: rgb(239,189,223); }
div.DivClassName
{
background-color: #EFBDDF;
}
.BgClassName
{
background-color: #EFBDDF;
}
</style>
border-color css
<style>
span { border-color: #EFBDDF; }
span { border-color: rgb(239,189,223); }
td.TdClassName
{
border-color: #EFBDDF;
}
.TagClassName
{
border-color: #EFBDDF;
}
</style>