Shades of Mauve #DAB8F9
Tints of Mauve #DAB8F9
RGB
CMYK
RGB Variations
Color information
#DAB8F9 (or 0xDAB8F9) is known color: Mauve. HEX triplet: DA, B8 and F9. RGB value is (218,184,249). Sum of RGB (Red+Green+Blue) = 218+184+249=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAB8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8F9 is #254706. Grayscale: #C9C9C9. Windows color (decimal): -2443015 or 16365786. OLE color: 16365786.
HSL color Cylindrical-coordinate representation of color #DAB8F9: hue angle of 271.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB8F9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 184 | 249 | - |
CMYK | 0.12 | 0.26 | 0 | 0.02 |
HSL | 271.38º | 0.84% | 0.85% | - |
HSV(B) | 271.38º | 0.26% | 0.98% | - |
XYZ | 63.15 | 56.03 | 97.11 | - |
YUV | 201.58 | 154.76 | 139.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 184 | 249 | 0.12 | 0.26 | 0 | 0.02 | 271.38 | 0.84 | 0.85 |
Hex | DA | B8 | F9 | C | 1A | 0 | 2 | 10F | 54 | 55 |
Octal | 332 | 270 | 371 | 14 | 32 | 0 | 2 | 417 | 124 | 125 |
Binary | 11011010 | 10111000 | 11111001 | 1100 | 11010 | 0 | 10 | 100001111 | 1010100 | 1010101 |
Color Harmonies of #DAB8F9
Complementary color
Monochromatic Colors of #DAB8F9
Black with #DAB8F9
Text Example
Text Example
White with #DAB8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8F9; }
p { color: rgb(218,184,249); }
H1.HeaderClassName
{
color: #DAB8F9;
}
.AnyTagClassName
{
color: #DAB8F9;
}
</style>
background-color css
<style>
a { background-color: #DAB8F9; }
a { background-color: rgb(218,184,249); }
div.DivClassName
{
background-color: #DAB8F9;
}
.BgClassName
{
background-color: #DAB8F9;
}
</style>
border-color css
<style>
span { border-color: #DAB8F9; }
span { border-color: rgb(218,184,249); }
td.TdClassName
{
border-color: #DAB8F9;
}
.TagClassName
{
border-color: #DAB8F9;
}
</style>