Shades of Mauve #DAB7FE
Tints of Mauve #DAB7FE
RGB
CMYK
RGB Variations
Color information
#DAB7FE (or 0xDAB7FE) is known color: Mauve. HEX triplet: DA, B7 and FE. RGB value is (218,183,254). Sum of RGB (Red+Green+Blue) = 218+183+254=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FE is #254801. Grayscale: #C9C9C9. Windows color (decimal): -2443266 or 16693210. OLE color: 16693210.
HSL color Cylindrical-coordinate representation of color #DAB7FE: hue angle of 269.58º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB7FE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 183 | 254 | - |
CMYK | 0.14 | 0.28 | 0 | 0.00 |
HSL | 269.58º | 0.97% | 0.86% | - |
HSV(B) | 269.58º | 0.28% | 1% | - |
XYZ | 63.74 | 55.93 | 101.2 | - |
YUV | 201.56 | 157.6 | 139.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 254 | 0.14 | 0.28 | 0 | 0.00 | 269.58 | 0.97 | 0.86 |
Hex | DA | B7 | FE | E | 1C | 0 | 0 | 10E | 61 | 56 |
Octal | 332 | 267 | 376 | 16 | 34 | 0 | 0 | 416 | 141 | 126 |
Binary | 11011010 | 10110111 | 11111110 | 1110 | 11100 | 0 | 0 | 100001110 | 1100001 | 1010110 |
Color Harmonies of #DAB7FE
Complementary color
Monochromatic Colors of #DAB7FE
Black with #DAB7FE
Text Example
Text Example
White with #DAB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7FE; }
p { color: rgb(218,183,254); }
H1.HeaderClassName
{
color: #DAB7FE;
}
.AnyTagClassName
{
color: #DAB7FE;
}
</style>
background-color css
<style>
a { background-color: #DAB7FE; }
a { background-color: rgb(218,183,254); }
div.DivClassName
{
background-color: #DAB7FE;
}
.BgClassName
{
background-color: #DAB7FE;
}
</style>
border-color css
<style>
span { border-color: #DAB7FE; }
span { border-color: rgb(218,183,254); }
td.TdClassName
{
border-color: #DAB7FE;
}
.TagClassName
{
border-color: #DAB7FE;
}
</style>