Shades of Classic Rose #EFBEDC
Tints of Classic Rose #EFBEDC
RGB
CMYK
RGB Variations
Color information
#EFBEDC (or 0xEFBEDC) is known color: Classic Rose. HEX triplet: EF, BE and DC. RGB value is (239,190,220). Sum of RGB (Red+Green+Blue) = 239+190+220=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDC is #104123. Grayscale: #D0D0D0. Windows color (decimal): -1065252 or 14466799. OLE color: 14466799.
HSL color Cylindrical-coordinate representation of color #EFBEDC: hue angle of 323.27º 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 #EFBEDC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 220 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 323.27º | 0.6% | 0.84% | - |
| HSV(B) | 323.27º | 0.21% | 0.94% | - |
| XYZ | 66.93 | 60.34 | 75.83 | - |
| YUV | 208.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 220 | 0 | 0.21 | 0.08 | 0.06 | 323.27 | 0.6 | 0.84 |
| Hex | EF | BE | DC | 0 | 15 | 8 | 6 | 143 | 3C | 54 |
| Octal | 357 | 276 | 334 | 0 | 25 | 10 | 6 | 503 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11011100 | 0 | 10101 | 1000 | 110 | 101000011 | 111100 | 1010100 |
Color Harmonies of #EFBEDC
Complementary color
Monochromatic Colors of #EFBEDC
Black with #EFBEDC
Text Example
Text Example
White with #EFBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEDC; }
p { color: rgb(239,190,220); }
H1.HeaderClassName
{
color: #EFBEDC;
}
.AnyTagClassName
{
color: #EFBEDC;
}
</style>
background-color css
<style>
a { background-color: #EFBEDC; }
a { background-color: rgb(239,190,220); }
div.DivClassName
{
background-color: #EFBEDC;
}
.BgClassName
{
background-color: #EFBEDC;
}
</style>
border-color css
<style>
span { border-color: #EFBEDC; }
span { border-color: rgb(239,190,220); }
td.TdClassName
{
border-color: #EFBEDC;
}
.TagClassName
{
border-color: #EFBEDC;
}
</style>