Shades of Mauve #DAB2FE
Tints of Mauve #DAB2FE
RGB
CMYK
RGB Variations
Color information
#DAB2FE (or 0xDAB2FE) is known color: Mauve. HEX triplet: DA, B2 and FE. RGB value is (218,178,254). Sum of RGB (Red+Green+Blue) = 218+178+254=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FE is #254D01. Grayscale: #C6C6C6. Windows color (decimal): -2444546 or 16691930. OLE color: 16691930.
HSL color Cylindrical-coordinate representation of color #DAB2FE: hue angle of 271.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB2FE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 178 | 254 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.00 |
| HSL | 271.58º | 0.97% | 0.85% | - |
| HSV(B) | 271.58º | 0.3% | 1% | - |
| XYZ | 62.72 | 53.9 | 100.86 | - |
| YUV | 198.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 254 | 0.14 | 0.30 | 0 | 0.00 | 271.58 | 0.97 | 0.85 |
| Hex | DA | B2 | FE | E | 1E | 0 | 0 | 110 | 61 | 55 |
| Octal | 332 | 262 | 376 | 16 | 36 | 0 | 0 | 420 | 141 | 125 |
| Binary | 11011010 | 10110010 | 11111110 | 1110 | 11110 | 0 | 0 | 100010000 | 1100001 | 1010101 |
Color Harmonies of #DAB2FE
Complementary color
Monochromatic Colors of #DAB2FE
Black with #DAB2FE
Text Example
Text Example
White with #DAB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2FE; }
p { color: rgb(218,178,254); }
H1.HeaderClassName
{
color: #DAB2FE;
}
.AnyTagClassName
{
color: #DAB2FE;
}
</style>
background-color css
<style>
a { background-color: #DAB2FE; }
a { background-color: rgb(218,178,254); }
div.DivClassName
{
background-color: #DAB2FE;
}
.BgClassName
{
background-color: #DAB2FE;
}
</style>
border-color css
<style>
span { border-color: #DAB2FE; }
span { border-color: rgb(218,178,254); }
td.TdClassName
{
border-color: #DAB2FE;
}
.TagClassName
{
border-color: #DAB2FE;
}
</style>