Shades of Mauve #DBBEFF
Tints of Mauve #DBBEFF
RGB
CMYK
RGB Variations
Color information
#DBBEFF (or 0xDBBEFF) is known color: Mauve. HEX triplet: DB, BE and FF. RGB value is (219,190,255). Sum of RGB (Red+Green+Blue) = 219+190+255=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEFF is #244100. Grayscale: #CDCDCD. Windows color (decimal): -2375937 or 16760539. OLE color: 16760539.
HSL color Cylindrical-coordinate representation of color #DBBEFF: hue angle of 266.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBEFF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 190 | 255 | - |
| CMYK | 0.14 | 0.25 | 0 | 0 |
| HSL | 266.77º | 1% | 0.87% | - |
| HSV(B) | 266.77º | 0.25% | 1% | - |
| XYZ | 65.68 | 59.11 | 102.56 | - |
| YUV | 206.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 255 | 0.14 | 0.25 | 0 | 0 | 266.77 | 1 | 0.87 |
| Hex | DB | BE | FF | E | 19 | 0 | 0 | 10B | 64 | 57 |
| Octal | 333 | 276 | 377 | 16 | 31 | 0 | 0 | 413 | 144 | 127 |
| Binary | 11011011 | 10111110 | 11111111 | 1110 | 11001 | 0 | 0 | 100001011 | 1100100 | 1010111 |
Color Harmonies of #DBBEFF
Complementary color
Monochromatic Colors of #DBBEFF
Black with #DBBEFF
Text Example
Text Example
White with #DBBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEFF; }
p { color: rgb(219,190,255); }
H1.HeaderClassName
{
color: #DBBEFF;
}
.AnyTagClassName
{
color: #DBBEFF;
}
</style>
background-color css
<style>
a { background-color: #DBBEFF; }
a { background-color: rgb(219,190,255); }
div.DivClassName
{
background-color: #DBBEFF;
}
.BgClassName
{
background-color: #DBBEFF;
}
</style>
border-color css
<style>
span { border-color: #DBBEFF; }
span { border-color: rgb(219,190,255); }
td.TdClassName
{
border-color: #DBBEFF;
}
.TagClassName
{
border-color: #DBBEFF;
}
</style>