Shades of Mauve #DAB8EA
Tints of Mauve #DAB8EA
RGB
CMYK
RGB Variations
Color information
#DAB8EA (or 0xDAB8EA) is known color: Mauve. HEX triplet: DA, B8 and EA. RGB value is (218,184,234). Sum of RGB (Red+Green+Blue) = 218+184+234=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8EA is #254715. Grayscale: #C7C7C7. Windows color (decimal): -2443030 or 15382746. OLE color: 15382746.
HSL color Cylindrical-coordinate representation of color #DAB8EA: hue angle of 280.8º 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 #DAB8EA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 184 | 234 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.08 |
| HSL | 280.8º | 0.54% | 0.82% | - |
| HSV(B) | 280.8º | 0.21% | 0.92% | - |
| XYZ | 60.91 | 55.13 | 85.27 | - |
| YUV | 199.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 234 | 0.07 | 0.21 | 0 | 0.08 | 280.8 | 0.54 | 0.82 |
| Hex | DA | B8 | EA | 7 | 15 | 0 | 8 | 119 | 36 | 52 |
| Octal | 332 | 270 | 352 | 7 | 25 | 0 | 10 | 431 | 66 | 122 |
| Binary | 11011010 | 10111000 | 11101010 | 111 | 10101 | 0 | 1000 | 100011001 | 110110 | 1010010 |
Color Harmonies of #DAB8EA
Complementary color
Monochromatic Colors of #DAB8EA
Black with #DAB8EA
Text Example
Text Example
White with #DAB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8EA; }
p { color: rgb(218,184,234); }
H1.HeaderClassName
{
color: #DAB8EA;
}
.AnyTagClassName
{
color: #DAB8EA;
}
</style>
background-color css
<style>
a { background-color: #DAB8EA; }
a { background-color: rgb(218,184,234); }
div.DivClassName
{
background-color: #DAB8EA;
}
.BgClassName
{
background-color: #DAB8EA;
}
</style>
border-color css
<style>
span { border-color: #DAB8EA; }
span { border-color: rgb(218,184,234); }
td.TdClassName
{
border-color: #DAB8EA;
}
.TagClassName
{
border-color: #DAB8EA;
}
</style>