Shades of Classic Rose #EFBED2
Tints of Classic Rose #EFBED2
RGB
CMYK
RGB Variations
Color information
#EFBED2 (or 0xEFBED2) is known color: Classic Rose. HEX triplet: EF, BE and D2. RGB value is (239,190,210). Sum of RGB (Red+Green+Blue) = 239+190+210=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED2 is #10412D. Grayscale: #CECECE. Windows color (decimal): -1065262 or 13811439. OLE color: 13811439.
HSL color Cylindrical-coordinate representation of color #EFBED2: hue angle of 335.51º 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 #EFBED2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 210 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.06 |
| HSL | 335.51º | 0.6% | 0.84% | - |
| HSV(B) | 335.51º | 0.21% | 0.94% | - |
| XYZ | 65.64 | 59.83 | 69.06 | - |
| YUV | 206.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 210 | 0 | 0.21 | 0.12 | 0.06 | 335.51 | 0.6 | 0.84 |
| Hex | EF | BE | D2 | 0 | 15 | C | 6 | 150 | 3C | 54 |
| Octal | 357 | 276 | 322 | 0 | 25 | 14 | 6 | 520 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11010010 | 0 | 10101 | 1100 | 110 | 101010000 | 111100 | 1010100 |
Color Harmonies of #EFBED2
Complementary color
Monochromatic Colors of #EFBED2
Black with #EFBED2
Text Example
Text Example
White with #EFBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBED2; }
p { color: rgb(239,190,210); }
H1.HeaderClassName
{
color: #EFBED2;
}
.AnyTagClassName
{
color: #EFBED2;
}
</style>
background-color css
<style>
a { background-color: #EFBED2; }
a { background-color: rgb(239,190,210); }
div.DivClassName
{
background-color: #EFBED2;
}
.BgClassName
{
background-color: #EFBED2;
}
</style>
border-color css
<style>
span { border-color: #EFBED2; }
span { border-color: rgb(239,190,210); }
td.TdClassName
{
border-color: #EFBED2;
}
.TagClassName
{
border-color: #EFBED2;
}
</style>