Shades of Classic Rose #EBBFDB
Tints of Classic Rose #EBBFDB
RGB
CMYK
RGB Variations
Color information
#EBBFDB (or 0xEBBFDB) is known color: Classic Rose. HEX triplet: EB, BF and DB. RGB value is (235,191,219). Sum of RGB (Red+Green+Blue) = 235+191+219=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDB is #144024. Grayscale: #CFCFCF. Windows color (decimal): -1327141 or 14401515. OLE color: 14401515.
HSL color Cylindrical-coordinate representation of color #EBBFDB: hue angle of 321.82º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFDB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 219 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.08 |
| HSL | 321.82º | 0.52% | 0.84% | - |
| HSV(B) | 321.82º | 0.19% | 0.92% | - |
| XYZ | 65.68 | 60.04 | 75.14 | - |
| YUV | 207.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 219 | 0 | 0.19 | 0.07 | 0.08 | 321.82 | 0.52 | 0.84 |
| Hex | EB | BF | DB | 0 | 13 | 7 | 8 | 142 | 34 | 54 |
| Octal | 353 | 277 | 333 | 0 | 23 | 7 | 10 | 502 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11011011 | 0 | 10011 | 111 | 1000 | 101000010 | 110100 | 1010100 |
Color Harmonies of #EBBFDB
Complementary color
Monochromatic Colors of #EBBFDB
Black with #EBBFDB
Text Example
Text Example
White with #EBBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFDB; }
p { color: rgb(235,191,219); }
H1.HeaderClassName
{
color: #EBBFDB;
}
.AnyTagClassName
{
color: #EBBFDB;
}
</style>
background-color css
<style>
a { background-color: #EBBFDB; }
a { background-color: rgb(235,191,219); }
div.DivClassName
{
background-color: #EBBFDB;
}
.BgClassName
{
background-color: #EBBFDB;
}
</style>
border-color css
<style>
span { border-color: #EBBFDB; }
span { border-color: rgb(235,191,219); }
td.TdClassName
{
border-color: #EBBFDB;
}
.TagClassName
{
border-color: #EBBFDB;
}
</style>