Shades of Mauve #DAB5FF
Tints of Mauve #DAB5FF
RGB
CMYK
RGB Variations
Color information
#DAB5FF (or 0xDAB5FF) is known color: Mauve. HEX triplet: DA, B5 and FF. RGB value is (218,181,255). Sum of RGB (Red+Green+Blue) = 218+181+255=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5FF is #254A00. Grayscale: #C8C8C8. Windows color (decimal): -2443777 or 16758234. OLE color: 16758234.
HSL color Cylindrical-coordinate representation of color #DAB5FF: hue angle of 270º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB5FF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 181 | 255 | - |
CMYK | 0.15 | 0.29 | 0 | 0 |
HSL | 270º | 1% | 0.85% | - |
HSV(B) | 270º | 0.29% | 1% | - |
XYZ | 63.49 | 55.17 | 101.91 | - |
YUV | 200.5 | 158.76 | 140.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 255 | 0.15 | 0.29 | 0 | 0 | 270 | 1 | 0.85 |
Hex | DA | B5 | FF | F | 1D | 0 | 0 | 10E | 64 | 55 |
Octal | 332 | 265 | 377 | 17 | 35 | 0 | 0 | 416 | 144 | 125 |
Binary | 11011010 | 10110101 | 11111111 | 1111 | 11101 | 0 | 0 | 100001110 | 1100100 | 1010101 |
Color Harmonies of #DAB5FF
Complementary color
Monochromatic Colors of #DAB5FF
Black with #DAB5FF
Text Example
Text Example
White with #DAB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5FF; }
p { color: rgb(218,181,255); }
H1.HeaderClassName
{
color: #DAB5FF;
}
.AnyTagClassName
{
color: #DAB5FF;
}
</style>
background-color css
<style>
a { background-color: #DAB5FF; }
a { background-color: rgb(218,181,255); }
div.DivClassName
{
background-color: #DAB5FF;
}
.BgClassName
{
background-color: #DAB5FF;
}
</style>
border-color css
<style>
span { border-color: #DAB5FF; }
span { border-color: rgb(218,181,255); }
td.TdClassName
{
border-color: #DAB5FF;
}
.TagClassName
{
border-color: #DAB5FF;
}
</style>