Shades of Classic Rose #EFBDDC
Tints of Classic Rose #EFBDDC
RGB
CMYK
RGB Variations
Color information
#EFBDDC (or 0xEFBDDC) is known color: Classic Rose. HEX triplet: EF, BD and DC. RGB value is (239,189,220). Sum of RGB (Red+Green+Blue) = 239+189+220=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDC is #104223. Grayscale: #CFCFCF. Windows color (decimal): -1065508 or 14466543. OLE color: 14466543.
HSL color Cylindrical-coordinate representation of color #EFBDDC: hue angle of 322.8º 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 #EFBDDC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 220 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 322.8º | 0.61% | 0.84% | - |
| HSV(B) | 322.8º | 0.21% | 0.94% | - |
| XYZ | 66.71 | 59.91 | 75.76 | - |
| YUV | 207.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 220 | 0 | 0.21 | 0.08 | 0.06 | 322.8 | 0.61 | 0.84 |
| Hex | EF | BD | DC | 0 | 15 | 8 | 6 | 143 | 3D | 54 |
| Octal | 357 | 275 | 334 | 0 | 25 | 10 | 6 | 503 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011100 | 0 | 10101 | 1000 | 110 | 101000011 | 111101 | 1010100 |
Color Harmonies of #EFBDDC
Complementary color
Monochromatic Colors of #EFBDDC
Black with #EFBDDC
Text Example
Text Example
White with #EFBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDDC; }
p { color: rgb(239,189,220); }
H1.HeaderClassName
{
color: #EFBDDC;
}
.AnyTagClassName
{
color: #EFBDDC;
}
</style>
background-color css
<style>
a { background-color: #EFBDDC; }
a { background-color: rgb(239,189,220); }
div.DivClassName
{
background-color: #EFBDDC;
}
.BgClassName
{
background-color: #EFBDDC;
}
</style>
border-color css
<style>
span { border-color: #EFBDDC; }
span { border-color: rgb(239,189,220); }
td.TdClassName
{
border-color: #EFBDDC;
}
.TagClassName
{
border-color: #EFBDDC;
}
</style>