Shades of Mauve #DABAEC
Tints of Mauve #DABAEC
RGB
CMYK
RGB Variations
Color information
#DABAEC (or 0xDABAEC) is known color: Mauve. HEX triplet: DA, BA and EC. RGB value is (218,186,236). Sum of RGB (Red+Green+Blue) = 218+186+236=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #DABAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEC is #254513. Grayscale: #C9C9C9. Windows color (decimal): -2442516 or 15514330. OLE color: 15514330.
HSL color Cylindrical-coordinate representation of color #DABAEC: hue angle of 278.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABAEC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 186 | 236 | - |
CMYK | 0.08 | 0.21 | 0 | 0.07 |
HSL | 278.4º | 0.57% | 0.83% | - |
HSV(B) | 278.4º | 0.21% | 0.93% | - |
XYZ | 61.61 | 56.08 | 86.93 | - |
YUV | 201.27 | 147.6 | 139.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 186 | 236 | 0.08 | 0.21 | 0 | 0.07 | 278.4 | 0.57 | 0.83 |
Hex | DA | BA | EC | 8 | 15 | 0 | 7 | 116 | 39 | 53 |
Octal | 332 | 272 | 354 | 10 | 25 | 0 | 7 | 426 | 71 | 123 |
Binary | 11011010 | 10111010 | 11101100 | 1000 | 10101 | 0 | 111 | 100010110 | 111001 | 1010011 |
Color Harmonies of #DABAEC
Complementary color
Monochromatic Colors of #DABAEC
Black with #DABAEC
Text Example
Text Example
White with #DABAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAEC; }
p { color: rgb(218,186,236); }
H1.HeaderClassName
{
color: #DABAEC;
}
.AnyTagClassName
{
color: #DABAEC;
}
</style>
background-color css
<style>
a { background-color: #DABAEC; }
a { background-color: rgb(218,186,236); }
div.DivClassName
{
background-color: #DABAEC;
}
.BgClassName
{
background-color: #DABAEC;
}
</style>
border-color css
<style>
span { border-color: #DABAEC; }
span { border-color: rgb(218,186,236); }
td.TdClassName
{
border-color: #DABAEC;
}
.TagClassName
{
border-color: #DABAEC;
}
</style>