Shades of Mauve #DAABFD
Tints of Mauve #DAABFD
RGB
CMYK
RGB Variations
Color information
#DAABFD (or 0xDAABFD) is known color: Mauve. HEX triplet: DA, AB and FD. RGB value is (218,171,253). Sum of RGB (Red+Green+Blue) = 218+171+253=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFD is #255402. Grayscale: #C2C2C2. Windows color (decimal): -2446339 or 16624602. OLE color: 16624602.
HSL color Cylindrical-coordinate representation of color #DAABFD: hue angle of 274.39º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAABFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 171 | 253 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.01 |
| HSL | 274.39º | 0.95% | 0.83% | - |
| HSV(B) | 274.39º | 0.32% | 0.99% | - |
| XYZ | 61.21 | 51.12 | 99.57 | - |
| YUV | 194.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 253 | 0.14 | 0.32 | 0 | 0.01 | 274.39 | 0.95 | 0.83 |
| Hex | DA | AB | FD | E | 20 | 0 | 1 | 112 | 5F | 53 |
| Octal | 332 | 253 | 375 | 16 | 40 | 0 | 1 | 422 | 137 | 123 |
| Binary | 11011010 | 10101011 | 11111101 | 1110 | 100000 | 0 | 1 | 100010010 | 1011111 | 1010011 |
Color Harmonies of #DAABFD
Complementary color
Monochromatic Colors of #DAABFD
Black with #DAABFD
Text Example
Text Example
White with #DAABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABFD; }
p { color: rgb(218,171,253); }
H1.HeaderClassName
{
color: #DAABFD;
}
.AnyTagClassName
{
color: #DAABFD;
}
</style>
background-color css
<style>
a { background-color: #DAABFD; }
a { background-color: rgb(218,171,253); }
div.DivClassName
{
background-color: #DAABFD;
}
.BgClassName
{
background-color: #DAABFD;
}
</style>
border-color css
<style>
span { border-color: #DAABFD; }
span { border-color: rgb(218,171,253); }
td.TdClassName
{
border-color: #DAABFD;
}
.TagClassName
{
border-color: #DAABFD;
}
</style>