Shades of Mauve #DAB9EA
Tints of Mauve #DAB9EA
RGB
CMYK
RGB Variations
Color information
#DAB9EA (or 0xDAB9EA) is known color: Mauve. HEX triplet: DA, B9 and EA. RGB value is (218,185,234). Sum of RGB (Red+Green+Blue) = 218+185+234=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9EA is #254615. Grayscale: #C8C8C8. Windows color (decimal): -2442774 or 15383002. OLE color: 15383002.
HSL color Cylindrical-coordinate representation of color #DAB9EA: hue angle of 280.41º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB9EA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 185 | 234 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.08 |
| HSL | 280.41º | 0.54% | 0.82% | - |
| HSV(B) | 280.41º | 0.21% | 0.92% | - |
| XYZ | 61.11 | 55.54 | 85.34 | - |
| YUV | 200.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 234 | 0.07 | 0.21 | 0 | 0.08 | 280.41 | 0.54 | 0.82 |
| Hex | DA | B9 | EA | 7 | 15 | 0 | 8 | 118 | 36 | 52 |
| Octal | 332 | 271 | 352 | 7 | 25 | 0 | 10 | 430 | 66 | 122 |
| Binary | 11011010 | 10111001 | 11101010 | 111 | 10101 | 0 | 1000 | 100011000 | 110110 | 1010010 |
Color Harmonies of #DAB9EA
Complementary color
Monochromatic Colors of #DAB9EA
Black with #DAB9EA
Text Example
Text Example
White with #DAB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9EA; }
p { color: rgb(218,185,234); }
H1.HeaderClassName
{
color: #DAB9EA;
}
.AnyTagClassName
{
color: #DAB9EA;
}
</style>
background-color css
<style>
a { background-color: #DAB9EA; }
a { background-color: rgb(218,185,234); }
div.DivClassName
{
background-color: #DAB9EA;
}
.BgClassName
{
background-color: #DAB9EA;
}
</style>
border-color css
<style>
span { border-color: #DAB9EA; }
span { border-color: rgb(218,185,234); }
td.TdClassName
{
border-color: #DAB9EA;
}
.TagClassName
{
border-color: #DAB9EA;
}
</style>