Shades of Mauve #DAB1EE
Tints of Mauve #DAB1EE
RGB
CMYK
RGB Variations
Color information
#DAB1EE (or 0xDAB1EE) is known color: Mauve. HEX triplet: DA, B1 and EE. RGB value is (218,177,238). Sum of RGB (Red+Green+Blue) = 218+177+238=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1EE is #254E11. Grayscale: #C4C4C4. Windows color (decimal): -2444818 or 15643098. OLE color: 15643098.
HSL color Cylindrical-coordinate representation of color #DAB1EE: hue angle of 280.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB1EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 177 | 238 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 280.33º | 0.64% | 0.81% | - |
| HSV(B) | 280.33º | 0.26% | 0.93% | - |
| XYZ | 60.07 | 52.52 | 87.86 | - |
| YUV | 196.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 238 | 0.08 | 0.26 | 0 | 0.07 | 280.33 | 0.64 | 0.81 |
| Hex | DA | B1 | EE | 8 | 1A | 0 | 7 | 118 | 40 | 51 |
| Octal | 332 | 261 | 356 | 10 | 32 | 0 | 7 | 430 | 100 | 121 |
| Binary | 11011010 | 10110001 | 11101110 | 1000 | 11010 | 0 | 111 | 100011000 | 1000000 | 1010001 |
Color Harmonies of #DAB1EE
Complementary color
Monochromatic Colors of #DAB1EE
Black with #DAB1EE
Text Example
Text Example
White with #DAB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1EE; }
p { color: rgb(218,177,238); }
H1.HeaderClassName
{
color: #DAB1EE;
}
.AnyTagClassName
{
color: #DAB1EE;
}
</style>
background-color css
<style>
a { background-color: #DAB1EE; }
a { background-color: rgb(218,177,238); }
div.DivClassName
{
background-color: #DAB1EE;
}
.BgClassName
{
background-color: #DAB1EE;
}
</style>
border-color css
<style>
span { border-color: #DAB1EE; }
span { border-color: rgb(218,177,238); }
td.TdClassName
{
border-color: #DAB1EE;
}
.TagClassName
{
border-color: #DAB1EE;
}
</style>