Shades of Mauve #DABDFE
Tints of Mauve #DABDFE
RGB
CMYK
RGB Variations
Color information
#DABDFE (or 0xDABDFE) is known color: Mauve. HEX triplet: DA, BD and FE. RGB value is (218,189,254). Sum of RGB (Red+Green+Blue) = 218+189+254=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFE is #254201. Grayscale: #CCCCCC. Windows color (decimal): -2441730 or 16694746. OLE color: 16694746.
HSL color Cylindrical-coordinate representation of color #DABDFE: hue angle of 266.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABDFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 189 | 254 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.00 |
| HSL | 266.77º | 0.97% | 0.87% | - |
| HSV(B) | 266.77º | 0.26% | 1% | - |
| XYZ | 65 | 58.46 | 101.62 | - |
| YUV | 205.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 254 | 0.14 | 0.26 | 0 | 0.00 | 266.77 | 0.97 | 0.87 |
| Hex | DA | BD | FE | E | 1A | 0 | 0 | 10B | 61 | 57 |
| Octal | 332 | 275 | 376 | 16 | 32 | 0 | 0 | 413 | 141 | 127 |
| Binary | 11011010 | 10111101 | 11111110 | 1110 | 11010 | 0 | 0 | 100001011 | 1100001 | 1010111 |
Color Harmonies of #DABDFE
Complementary color
Monochromatic Colors of #DABDFE
Black with #DABDFE
Text Example
Text Example
White with #DABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDFE; }
p { color: rgb(218,189,254); }
H1.HeaderClassName
{
color: #DABDFE;
}
.AnyTagClassName
{
color: #DABDFE;
}
</style>
background-color css
<style>
a { background-color: #DABDFE; }
a { background-color: rgb(218,189,254); }
div.DivClassName
{
background-color: #DABDFE;
}
.BgClassName
{
background-color: #DABDFE;
}
</style>
border-color css
<style>
span { border-color: #DABDFE; }
span { border-color: rgb(218,189,254); }
td.TdClassName
{
border-color: #DABDFE;
}
.TagClassName
{
border-color: #DABDFE;
}
</style>