Shades of Mauve #DAB5FE
Tints of Mauve #DAB5FE
RGB
CMYK
RGB Variations
Color information
#DAB5FE (or 0xDAB5FE) is known color: Mauve. HEX triplet: DA, B5 and FE. RGB value is (218,181,254). Sum of RGB (Red+Green+Blue) = 218+181+254=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5FE is #254A01. Grayscale: #C8C8C8. Windows color (decimal): -2443778 or 16692698. OLE color: 16692698.
HSL color Cylindrical-coordinate representation of color #DAB5FE: hue angle of 270.41º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB5FE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 181 | 254 | - |
CMYK | 0.14 | 0.29 | 0 | 0.00 |
HSL | 270.41º | 0.97% | 0.85% | - |
HSV(B) | 270.41º | 0.29% | 1% | - |
XYZ | 63.33 | 55.11 | 101.07 | - |
YUV | 200.39 | 158.26 | 140.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 254 | 0.14 | 0.29 | 0 | 0.00 | 270.41 | 0.97 | 0.85 |
Hex | DA | B5 | FE | E | 1D | 0 | 0 | 10E | 61 | 55 |
Octal | 332 | 265 | 376 | 16 | 35 | 0 | 0 | 416 | 141 | 125 |
Binary | 11011010 | 10110101 | 11111110 | 1110 | 11101 | 0 | 0 | 100001110 | 1100001 | 1010101 |
Color Harmonies of #DAB5FE
Complementary color
Monochromatic Colors of #DAB5FE
Black with #DAB5FE
Text Example
Text Example
White with #DAB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5FE; }
p { color: rgb(218,181,254); }
H1.HeaderClassName
{
color: #DAB5FE;
}
.AnyTagClassName
{
color: #DAB5FE;
}
</style>
background-color css
<style>
a { background-color: #DAB5FE; }
a { background-color: rgb(218,181,254); }
div.DivClassName
{
background-color: #DAB5FE;
}
.BgClassName
{
background-color: #DAB5FE;
}
</style>
border-color css
<style>
span { border-color: #DAB5FE; }
span { border-color: rgb(218,181,254); }
td.TdClassName
{
border-color: #DAB5FE;
}
.TagClassName
{
border-color: #DAB5FE;
}
</style>