Shades of Mauve #DBBAED
Tints of Mauve #DBBAED
RGB
CMYK
RGB Variations
Color information
#DBBAED (or 0xDBBAED) is known color: Mauve. HEX triplet: DB, BA and ED. RGB value is (219,186,237). Sum of RGB (Red+Green+Blue) = 219+186+237=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAED is #244512. Grayscale: #C9C9C9. Windows color (decimal): -2376979 or 15579867. OLE color: 15579867.
HSL color Cylindrical-coordinate representation of color #DBBAED: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBAED is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 186 | 237 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.07 |
| HSL | 278.82º | 0.59% | 0.83% | - |
| HSV(B) | 278.82º | 0.22% | 0.93% | - |
| XYZ | 62.06 | 56.29 | 87.72 | - |
| YUV | 201.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 237 | 0.08 | 0.22 | 0 | 0.07 | 278.82 | 0.59 | 0.83 |
| Hex | DB | BA | ED | 8 | 16 | 0 | 7 | 117 | 3B | 53 |
| Octal | 333 | 272 | 355 | 10 | 26 | 0 | 7 | 427 | 73 | 123 |
| Binary | 11011011 | 10111010 | 11101101 | 1000 | 10110 | 0 | 111 | 100010111 | 111011 | 1010011 |
Color Harmonies of #DBBAED
Complementary color
Monochromatic Colors of #DBBAED
Black with #DBBAED
Text Example
Text Example
White with #DBBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAED; }
p { color: rgb(219,186,237); }
H1.HeaderClassName
{
color: #DBBAED;
}
.AnyTagClassName
{
color: #DBBAED;
}
</style>
background-color css
<style>
a { background-color: #DBBAED; }
a { background-color: rgb(219,186,237); }
div.DivClassName
{
background-color: #DBBAED;
}
.BgClassName
{
background-color: #DBBAED;
}
</style>
border-color css
<style>
span { border-color: #DBBAED; }
span { border-color: rgb(219,186,237); }
td.TdClassName
{
border-color: #DBBAED;
}
.TagClassName
{
border-color: #DBBAED;
}
</style>