Shades of Mauve #DAB4F0
Tints of Mauve #DAB4F0
RGB
CMYK
RGB Variations
Color information
#DAB4F0 (or 0xDAB4F0) is known color: Mauve. HEX triplet: DA, B4 and F0. RGB value is (218,180,240). Sum of RGB (Red+Green+Blue) = 218+180+240=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4F0 is #254B0F. Grayscale: #C5C5C5. Windows color (decimal): -2444048 or 15774938. OLE color: 15774938.
HSL color Cylindrical-coordinate representation of color #DAB4F0: hue angle of 278º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB4F0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 180 | 240 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.06 |
| HSL | 278º | 0.67% | 0.82% | - |
| HSV(B) | 278º | 0.25% | 0.94% | - |
| XYZ | 60.96 | 53.84 | 89.62 | - |
| YUV | 198.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 240 | 0.09 | 0.25 | 0 | 0.06 | 278 | 0.67 | 0.82 |
| Hex | DA | B4 | F0 | 9 | 19 | 0 | 6 | 116 | 43 | 52 |
| Octal | 332 | 264 | 360 | 11 | 31 | 0 | 6 | 426 | 103 | 122 |
| Binary | 11011010 | 10110100 | 11110000 | 1001 | 11001 | 0 | 110 | 100010110 | 1000011 | 1010010 |
Color Harmonies of #DAB4F0
Complementary color
Monochromatic Colors of #DAB4F0
Black with #DAB4F0
Text Example
Text Example
White with #DAB4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4F0; }
p { color: rgb(218,180,240); }
H1.HeaderClassName
{
color: #DAB4F0;
}
.AnyTagClassName
{
color: #DAB4F0;
}
</style>
background-color css
<style>
a { background-color: #DAB4F0; }
a { background-color: rgb(218,180,240); }
div.DivClassName
{
background-color: #DAB4F0;
}
.BgClassName
{
background-color: #DAB4F0;
}
</style>
border-color css
<style>
span { border-color: #DAB4F0; }
span { border-color: rgb(218,180,240); }
td.TdClassName
{
border-color: #DAB4F0;
}
.TagClassName
{
border-color: #DAB4F0;
}
</style>