Shades of Mauve #DABBFD
Tints of Mauve #DABBFD
RGB
CMYK
RGB Variations
Color information
#DABBFD (or 0xDABBFD) is known color: Mauve. HEX triplet: DA, BB and FD. RGB value is (218,187,253). Sum of RGB (Red+Green+Blue) = 218+187+253=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFD is #254402. Grayscale: #CBCBCB. Windows color (decimal): -2442243 or 16628698. OLE color: 16628698.
HSL color Cylindrical-coordinate representation of color #DABBFD: hue angle of 268.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABBFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 187 | 253 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.01 |
| HSL | 268.18º | 0.94% | 0.86% | - |
| HSV(B) | 268.18º | 0.26% | 0.99% | - |
| XYZ | 64.41 | 57.54 | 100.64 | - |
| YUV | 203.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 253 | 0.14 | 0.26 | 0 | 0.01 | 268.18 | 0.94 | 0.86 |
| Hex | DA | BB | FD | E | 1A | 0 | 1 | 10C | 5E | 56 |
| Octal | 332 | 273 | 375 | 16 | 32 | 0 | 1 | 414 | 136 | 126 |
| Binary | 11011010 | 10111011 | 11111101 | 1110 | 11010 | 0 | 1 | 100001100 | 1011110 | 1010110 |
Color Harmonies of #DABBFD
Complementary color
Monochromatic Colors of #DABBFD
Black with #DABBFD
Text Example
Text Example
White with #DABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBFD; }
p { color: rgb(218,187,253); }
H1.HeaderClassName
{
color: #DABBFD;
}
.AnyTagClassName
{
color: #DABBFD;
}
</style>
background-color css
<style>
a { background-color: #DABBFD; }
a { background-color: rgb(218,187,253); }
div.DivClassName
{
background-color: #DABBFD;
}
.BgClassName
{
background-color: #DABBFD;
}
</style>
border-color css
<style>
span { border-color: #DABBFD; }
span { border-color: rgb(218,187,253); }
td.TdClassName
{
border-color: #DABBFD;
}
.TagClassName
{
border-color: #DABBFD;
}
</style>