Shades of Mauve #DAB5ED
Tints of Mauve #DAB5ED
RGB
CMYK
RGB Variations
Color information
#DAB5ED (or 0xDAB5ED) is known color: Mauve. HEX triplet: DA, B5 and ED. RGB value is (218,181,237). Sum of RGB (Red+Green+Blue) = 218+181+237=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5ED is #254A12. Grayscale: #C6C6C6. Windows color (decimal): -2443795 or 15578586. OLE color: 15578586.
HSL color Cylindrical-coordinate representation of color #DAB5ED: hue angle of 279.64º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB5ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 181 | 237 | - |
CMYK | 0.08 | 0.24 | 0 | 0.07 |
HSL | 279.64º | 0.61% | 0.82% | - |
HSV(B) | 279.64º | 0.24% | 0.93% | - |
XYZ | 60.72 | 54.07 | 87.36 | - |
YUV | 198.45 | 149.76 | 141.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 237 | 0.08 | 0.24 | 0 | 0.07 | 279.64 | 0.61 | 0.82 |
Hex | DA | B5 | ED | 8 | 18 | 0 | 7 | 118 | 3D | 52 |
Octal | 332 | 265 | 355 | 10 | 30 | 0 | 7 | 430 | 75 | 122 |
Binary | 11011010 | 10110101 | 11101101 | 1000 | 11000 | 0 | 111 | 100011000 | 111101 | 1010010 |
Color Harmonies of #DAB5ED
Complementary color
Monochromatic Colors of #DAB5ED
Black with #DAB5ED
Text Example
Text Example
White with #DAB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5ED; }
p { color: rgb(218,181,237); }
H1.HeaderClassName
{
color: #DAB5ED;
}
.AnyTagClassName
{
color: #DAB5ED;
}
</style>
background-color css
<style>
a { background-color: #DAB5ED; }
a { background-color: rgb(218,181,237); }
div.DivClassName
{
background-color: #DAB5ED;
}
.BgClassName
{
background-color: #DAB5ED;
}
</style>
border-color css
<style>
span { border-color: #DAB5ED; }
span { border-color: rgb(218,181,237); }
td.TdClassName
{
border-color: #DAB5ED;
}
.TagClassName
{
border-color: #DAB5ED;
}
</style>