Shades of Mauve #DAB9EB
Tints of Mauve #DAB9EB
RGB
CMYK
RGB Variations
Color information
#DAB9EB (or 0xDAB9EB) is known color: Mauve. HEX triplet: DA, B9 and EB. RGB value is (218,185,235). Sum of RGB (Red+Green+Blue) = 218+185+235=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9EB is #254614. Grayscale: #C8C8C8. Windows color (decimal): -2442773 or 15448538. OLE color: 15448538.
HSL color Cylindrical-coordinate representation of color #DAB9EB: hue angle of 279.6º degrees, saturation: 0.56, 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 #DAB9EB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 185 | 235 | - |
CMYK | 0.07 | 0.21 | 0 | 0.08 |
HSL | 279.6º | 0.56% | 0.82% | - |
HSV(B) | 279.6º | 0.21% | 0.92% | - |
XYZ | 61.26 | 55.6 | 86.1 | - |
YUV | 200.57 | 147.43 | 140.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 235 | 0.07 | 0.21 | 0 | 0.08 | 279.6 | 0.56 | 0.82 |
Hex | DA | B9 | EB | 7 | 15 | 0 | 8 | 118 | 38 | 52 |
Octal | 332 | 271 | 353 | 7 | 25 | 0 | 10 | 430 | 70 | 122 |
Binary | 11011010 | 10111001 | 11101011 | 111 | 10101 | 0 | 1000 | 100011000 | 111000 | 1010010 |
Color Harmonies of #DAB9EB
Complementary color
Monochromatic Colors of #DAB9EB
Black with #DAB9EB
Text Example
Text Example
White with #DAB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9EB; }
p { color: rgb(218,185,235); }
H1.HeaderClassName
{
color: #DAB9EB;
}
.AnyTagClassName
{
color: #DAB9EB;
}
</style>
background-color css
<style>
a { background-color: #DAB9EB; }
a { background-color: rgb(218,185,235); }
div.DivClassName
{
background-color: #DAB9EB;
}
.BgClassName
{
background-color: #DAB9EB;
}
</style>
border-color css
<style>
span { border-color: #DAB9EB; }
span { border-color: rgb(218,185,235); }
td.TdClassName
{
border-color: #DAB9EB;
}
.TagClassName
{
border-color: #DAB9EB;
}
</style>