Shades of Mauve #DAB3ED
Tints of Mauve #DAB3ED
RGB
CMYK
RGB Variations
Color information
#DAB3ED (or 0xDAB3ED) is known color: Mauve. HEX triplet: DA, B3 and ED. RGB value is (218,179,237). Sum of RGB (Red+Green+Blue) = 218+179+237=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3ED is #254C12. Grayscale: #C5C5C5. Windows color (decimal): -2444307 or 15578074. OLE color: 15578074.
HSL color Cylindrical-coordinate representation of color #DAB3ED: hue angle of 280.34º degrees, saturation: 0.62, 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 #DAB3ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 179 | 237 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.07 |
| HSL | 280.34º | 0.62% | 0.82% | - |
| HSV(B) | 280.34º | 0.24% | 0.93% | - |
| XYZ | 60.32 | 53.26 | 87.22 | - |
| YUV | 197.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 237 | 0.08 | 0.24 | 0 | 0.07 | 280.34 | 0.62 | 0.82 |
| Hex | DA | B3 | ED | 8 | 18 | 0 | 7 | 118 | 3E | 52 |
| Octal | 332 | 263 | 355 | 10 | 30 | 0 | 7 | 430 | 76 | 122 |
| Binary | 11011010 | 10110011 | 11101101 | 1000 | 11000 | 0 | 111 | 100011000 | 111110 | 1010010 |
Color Harmonies of #DAB3ED
Complementary color
Monochromatic Colors of #DAB3ED
Black with #DAB3ED
Text Example
Text Example
White with #DAB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3ED; }
p { color: rgb(218,179,237); }
H1.HeaderClassName
{
color: #DAB3ED;
}
.AnyTagClassName
{
color: #DAB3ED;
}
</style>
background-color css
<style>
a { background-color: #DAB3ED; }
a { background-color: rgb(218,179,237); }
div.DivClassName
{
background-color: #DAB3ED;
}
.BgClassName
{
background-color: #DAB3ED;
}
</style>
border-color css
<style>
span { border-color: #DAB3ED; }
span { border-color: rgb(218,179,237); }
td.TdClassName
{
border-color: #DAB3ED;
}
.TagClassName
{
border-color: #DAB3ED;
}
</style>