Shades of Mauve #DABBEF
Tints of Mauve #DABBEF
RGB
CMYK
RGB Variations
Color information
#DABBEF (or 0xDABBEF) is known color: Mauve. HEX triplet: DA, BB and EF. RGB value is (218,187,239). Sum of RGB (Red+Green+Blue) = 218+187+239=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEF is #254410. Grayscale: #CACACA. Windows color (decimal): -2442257 or 15711194. OLE color: 15711194.
HSL color Cylindrical-coordinate representation of color #DABBEF: hue angle of 275.77º 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 #DABBEF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 187 | 239 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.06 |
| HSL | 275.77º | 0.62% | 0.84% | - |
| HSV(B) | 275.77º | 0.22% | 0.94% | - |
| XYZ | 62.26 | 56.68 | 89.32 | - |
| YUV | 202.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 239 | 0.09 | 0.22 | 0 | 0.06 | 275.77 | 0.62 | 0.84 |
| Hex | DA | BB | EF | 9 | 16 | 0 | 6 | 114 | 3E | 54 |
| Octal | 332 | 273 | 357 | 11 | 26 | 0 | 6 | 424 | 76 | 124 |
| Binary | 11011010 | 10111011 | 11101111 | 1001 | 10110 | 0 | 110 | 100010100 | 111110 | 1010100 |
Color Harmonies of #DABBEF
Complementary color
Monochromatic Colors of #DABBEF
Black with #DABBEF
Text Example
Text Example
White with #DABBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBEF; }
p { color: rgb(218,187,239); }
H1.HeaderClassName
{
color: #DABBEF;
}
.AnyTagClassName
{
color: #DABBEF;
}
</style>
background-color css
<style>
a { background-color: #DABBEF; }
a { background-color: rgb(218,187,239); }
div.DivClassName
{
background-color: #DABBEF;
}
.BgClassName
{
background-color: #DABBEF;
}
</style>
border-color css
<style>
span { border-color: #DABBEF; }
span { border-color: rgb(218,187,239); }
td.TdClassName
{
border-color: #DABBEF;
}
.TagClassName
{
border-color: #DABBEF;
}
</style>