Shades of Classic Rose #EFBED3
Tints of Classic Rose #EFBED3
RGB
CMYK
RGB Variations
Color information
#EFBED3 (or 0xEFBED3) is known color: Classic Rose. HEX triplet: EF, BE and D3. RGB value is (239,190,211). Sum of RGB (Red+Green+Blue) = 239+190+211=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED3 is #10412C. Grayscale: #CFCFCF. Windows color (decimal): -1065261 or 13876975. OLE color: 13876975.
HSL color Cylindrical-coordinate representation of color #EFBED3: hue angle of 334.29º 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 #EFBED3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 211 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.06 |
| HSL | 334.29º | 0.6% | 0.84% | - |
| HSV(B) | 334.29º | 0.21% | 0.94% | - |
| XYZ | 65.77 | 59.88 | 69.72 | - |
| YUV | 207.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 211 | 0 | 0.21 | 0.12 | 0.06 | 334.29 | 0.6 | 0.84 |
| Hex | EF | BE | D3 | 0 | 15 | C | 6 | 14E | 3C | 54 |
| Octal | 357 | 276 | 323 | 0 | 25 | 14 | 6 | 516 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11010011 | 0 | 10101 | 1100 | 110 | 101001110 | 111100 | 1010100 |
Color Harmonies of #EFBED3
Complementary color
Monochromatic Colors of #EFBED3
Black with #EFBED3
Text Example
Text Example
White with #EFBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBED3; }
p { color: rgb(239,190,211); }
H1.HeaderClassName
{
color: #EFBED3;
}
.AnyTagClassName
{
color: #EFBED3;
}
</style>
background-color css
<style>
a { background-color: #EFBED3; }
a { background-color: rgb(239,190,211); }
div.DivClassName
{
background-color: #EFBED3;
}
.BgClassName
{
background-color: #EFBED3;
}
</style>
border-color css
<style>
span { border-color: #EFBED3; }
span { border-color: rgb(239,190,211); }
td.TdClassName
{
border-color: #EFBED3;
}
.TagClassName
{
border-color: #EFBED3;
}
</style>