Shades of Classic Rose #EFBBD2
Tints of Classic Rose #EFBBD2
RGB
CMYK
RGB Variations
Color information
#EFBBD2 (or 0xEFBBD2) is known color: Classic Rose. HEX triplet: EF, BB and D2. RGB value is (239,187,210). Sum of RGB (Red+Green+Blue) = 239+187+210=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD2 is #10442D. Grayscale: #CDCDCD. Windows color (decimal): -1066030 or 13810671. OLE color: 13810671.
HSL color Cylindrical-coordinate representation of color #EFBBD2: hue angle of 333.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 210 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.06 |
| HSL | 333.46º | 0.62% | 0.84% | - |
| HSV(B) | 333.46º | 0.22% | 0.94% | - |
| XYZ | 65 | 58.54 | 68.85 | - |
| YUV | 205.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 210 | 0 | 0.22 | 0.12 | 0.06 | 333.46 | 0.62 | 0.84 |
| Hex | EF | BB | D2 | 0 | 16 | C | 6 | 14D | 3E | 54 |
| Octal | 357 | 273 | 322 | 0 | 26 | 14 | 6 | 515 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11010010 | 0 | 10110 | 1100 | 110 | 101001101 | 111110 | 1010100 |
Color Harmonies of #EFBBD2
Complementary color
Monochromatic Colors of #EFBBD2
Black with #EFBBD2
Text Example
Text Example
White with #EFBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD2; }
p { color: rgb(239,187,210); }
H1.HeaderClassName
{
color: #EFBBD2;
}
.AnyTagClassName
{
color: #EFBBD2;
}
</style>
background-color css
<style>
a { background-color: #EFBBD2; }
a { background-color: rgb(239,187,210); }
div.DivClassName
{
background-color: #EFBBD2;
}
.BgClassName
{
background-color: #EFBBD2;
}
</style>
border-color css
<style>
span { border-color: #EFBBD2; }
span { border-color: rgb(239,187,210); }
td.TdClassName
{
border-color: #EFBBD2;
}
.TagClassName
{
border-color: #EFBBD2;
}
</style>