Shades of Mauve #DAB1ED
Tints of Mauve #DAB1ED
RGB
CMYK
RGB Variations
Color information
#DAB1ED (or 0xDAB1ED) is known color: Mauve. HEX triplet: DA, B1 and ED. RGB value is (218,177,237). Sum of RGB (Red+Green+Blue) = 218+177+237=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1ED is #254E12. Grayscale: #C3C3C3. Windows color (decimal): -2444819 or 15577562. OLE color: 15577562.
HSL color Cylindrical-coordinate representation of color #DAB1ED: hue angle of 281º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB1ED is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 177 | 237 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.07 |
| HSL | 281º | 0.63% | 0.81% | - |
| HSV(B) | 281º | 0.25% | 0.93% | - |
| XYZ | 59.92 | 52.46 | 87.09 | - |
| YUV | 196.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 237 | 0.08 | 0.25 | 0 | 0.07 | 281 | 0.63 | 0.81 |
| Hex | DA | B1 | ED | 8 | 19 | 0 | 7 | 119 | 3E | 51 |
| Octal | 332 | 261 | 355 | 10 | 31 | 0 | 7 | 431 | 76 | 121 |
| Binary | 11011010 | 10110001 | 11101101 | 1000 | 11001 | 0 | 111 | 100011001 | 111110 | 1010001 |
Color Harmonies of #DAB1ED
Complementary color
Monochromatic Colors of #DAB1ED
Black with #DAB1ED
Text Example
Text Example
White with #DAB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1ED; }
p { color: rgb(218,177,237); }
H1.HeaderClassName
{
color: #DAB1ED;
}
.AnyTagClassName
{
color: #DAB1ED;
}
</style>
background-color css
<style>
a { background-color: #DAB1ED; }
a { background-color: rgb(218,177,237); }
div.DivClassName
{
background-color: #DAB1ED;
}
.BgClassName
{
background-color: #DAB1ED;
}
</style>
border-color css
<style>
span { border-color: #DAB1ED; }
span { border-color: rgb(218,177,237); }
td.TdClassName
{
border-color: #DAB1ED;
}
.TagClassName
{
border-color: #DAB1ED;
}
</style>