Shades of Mauve #DAB6ED
Tints of Mauve #DAB6ED
RGB
CMYK
RGB Variations
Color information
#DAB6ED (or 0xDAB6ED) is known color: Mauve. HEX triplet: DA, B6 and ED. RGB value is (218,182,237). Sum of RGB (Red+Green+Blue) = 218+182+237=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6ED is #254912. Grayscale: #C6C6C6. Windows color (decimal): -2443539 or 15578842. OLE color: 15578842.
HSL color Cylindrical-coordinate representation of color #DAB6ED: hue angle of 279.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB6ED is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 182 | 237 | - |
CMYK | 0.08 | 0.23 | 0 | 0.07 |
HSL | 279.27º | 0.6% | 0.82% | - |
HSV(B) | 279.27º | 0.23% | 0.93% | - |
XYZ | 60.93 | 54.48 | 87.42 | - |
YUV | 199.03 | 149.43 | 141.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 182 | 237 | 0.08 | 0.23 | 0 | 0.07 | 279.27 | 0.6 | 0.82 |
Hex | DA | B6 | ED | 8 | 17 | 0 | 7 | 117 | 3C | 52 |
Octal | 332 | 266 | 355 | 10 | 27 | 0 | 7 | 427 | 74 | 122 |
Binary | 11011010 | 10110110 | 11101101 | 1000 | 10111 | 0 | 111 | 100010111 | 111100 | 1010010 |
Color Harmonies of #DAB6ED
Complementary color
Monochromatic Colors of #DAB6ED
Black with #DAB6ED
Text Example
Text Example
White with #DAB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6ED; }
p { color: rgb(218,182,237); }
H1.HeaderClassName
{
color: #DAB6ED;
}
.AnyTagClassName
{
color: #DAB6ED;
}
</style>
background-color css
<style>
a { background-color: #DAB6ED; }
a { background-color: rgb(218,182,237); }
div.DivClassName
{
background-color: #DAB6ED;
}
.BgClassName
{
background-color: #DAB6ED;
}
</style>
border-color css
<style>
span { border-color: #DAB6ED; }
span { border-color: rgb(218,182,237); }
td.TdClassName
{
border-color: #DAB6ED;
}
.TagClassName
{
border-color: #DAB6ED;
}
</style>