Shades of Mauve #DAB7ED
Tints of Mauve #DAB7ED
RGB
CMYK
RGB Variations
Color information
#DAB7ED (or 0xDAB7ED) is known color: Mauve. HEX triplet: DA, B7 and ED. RGB value is (218,183,237). Sum of RGB (Red+Green+Blue) = 218+183+237=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7ED is #254812. Grayscale: #C7C7C7. Windows color (decimal): -2443283 or 15579098. OLE color: 15579098.
HSL color Cylindrical-coordinate representation of color #DAB7ED: hue angle of 278.89º 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 #DAB7ED is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 183 | 237 | - |
CMYK | 0.08 | 0.23 | 0 | 0.07 |
HSL | 278.89º | 0.6% | 0.82% | - |
HSV(B) | 278.89º | 0.23% | 0.93% | - |
XYZ | 61.13 | 54.89 | 87.49 | - |
YUV | 199.62 | 149.1 | 141.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 237 | 0.08 | 0.23 | 0 | 0.07 | 278.89 | 0.6 | 0.82 |
Hex | DA | B7 | ED | 8 | 17 | 0 | 7 | 117 | 3C | 52 |
Octal | 332 | 267 | 355 | 10 | 27 | 0 | 7 | 427 | 74 | 122 |
Binary | 11011010 | 10110111 | 11101101 | 1000 | 10111 | 0 | 111 | 100010111 | 111100 | 1010010 |
Color Harmonies of #DAB7ED
Complementary color
Monochromatic Colors of #DAB7ED
Black with #DAB7ED
Text Example
Text Example
White with #DAB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7ED; }
p { color: rgb(218,183,237); }
H1.HeaderClassName
{
color: #DAB7ED;
}
.AnyTagClassName
{
color: #DAB7ED;
}
</style>
background-color css
<style>
a { background-color: #DAB7ED; }
a { background-color: rgb(218,183,237); }
div.DivClassName
{
background-color: #DAB7ED;
}
.BgClassName
{
background-color: #DAB7ED;
}
</style>
border-color css
<style>
span { border-color: #DAB7ED; }
span { border-color: rgb(218,183,237); }
td.TdClassName
{
border-color: #DAB7ED;
}
.TagClassName
{
border-color: #DAB7ED;
}
</style>