Shades of Classic Rose #EFBBD3
Tints of Classic Rose #EFBBD3
RGB
CMYK
RGB Variations
Color information
#EFBBD3 (or 0xEFBBD3) is known color: Classic Rose. HEX triplet: EF, BB and D3. RGB value is (239,187,211). Sum of RGB (Red+Green+Blue) = 239+187+211=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD3 is #10442C. Grayscale: #CDCDCD. Windows color (decimal): -1066029 or 13876207. OLE color: 13876207.
HSL color Cylindrical-coordinate representation of color #EFBBD3: hue angle of 332.31º 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 #EFBBD3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 211 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.06 |
| HSL | 332.31º | 0.62% | 0.84% | - |
| HSV(B) | 332.31º | 0.22% | 0.94% | - |
| XYZ | 65.12 | 58.59 | 69.51 | - |
| YUV | 205.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 211 | 0 | 0.22 | 0.12 | 0.06 | 332.31 | 0.62 | 0.84 |
| Hex | EF | BB | D3 | 0 | 16 | C | 6 | 14C | 3E | 54 |
| Octal | 357 | 273 | 323 | 0 | 26 | 14 | 6 | 514 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11010011 | 0 | 10110 | 1100 | 110 | 101001100 | 111110 | 1010100 |
Color Harmonies of #EFBBD3
Complementary color
Monochromatic Colors of #EFBBD3
Black with #EFBBD3
Text Example
Text Example
White with #EFBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD3; }
p { color: rgb(239,187,211); }
H1.HeaderClassName
{
color: #EFBBD3;
}
.AnyTagClassName
{
color: #EFBBD3;
}
</style>
background-color css
<style>
a { background-color: #EFBBD3; }
a { background-color: rgb(239,187,211); }
div.DivClassName
{
background-color: #EFBBD3;
}
.BgClassName
{
background-color: #EFBBD3;
}
</style>
border-color css
<style>
span { border-color: #EFBBD3; }
span { border-color: rgb(239,187,211); }
td.TdClassName
{
border-color: #EFBBD3;
}
.TagClassName
{
border-color: #EFBBD3;
}
</style>