Shades of Mauve #DABDF7
Tints of Mauve #DABDF7
RGB
CMYK
RGB Variations
Color information
#DABDF7 (or 0xDABDF7) is known color: Mauve. HEX triplet: DA, BD and F7. RGB value is (218,189,247). Sum of RGB (Red+Green+Blue) = 218+189+247=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #DABDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF7 is #254208. Grayscale: #CCCCCC. Windows color (decimal): -2441737 or 16235994. OLE color: 16235994.
HSL color Cylindrical-coordinate representation of color #DABDF7: hue angle of 270º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABDF7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 189 | 247 | - |
CMYK | 0.12 | 0.23 | 0 | 0.03 |
HSL | 270º | 0.78% | 0.85% | - |
HSV(B) | 270º | 0.23% | 0.97% | - |
XYZ | 63.9 | 58.02 | 95.83 | - |
YUV | 204.28 | 152.11 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 247 | 0.12 | 0.23 | 0 | 0.03 | 270 | 0.78 | 0.85 |
Hex | DA | BD | F7 | C | 17 | 0 | 3 | 10E | 4E | 55 |
Octal | 332 | 275 | 367 | 14 | 27 | 0 | 3 | 416 | 116 | 125 |
Binary | 11011010 | 10111101 | 11110111 | 1100 | 10111 | 0 | 11 | 100001110 | 1001110 | 1010101 |
Color Harmonies of #DABDF7
Complementary color
Monochromatic Colors of #DABDF7
Black with #DABDF7
Text Example
Text Example
White with #DABDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDF7; }
p { color: rgb(218,189,247); }
H1.HeaderClassName
{
color: #DABDF7;
}
.AnyTagClassName
{
color: #DABDF7;
}
</style>
background-color css
<style>
a { background-color: #DABDF7; }
a { background-color: rgb(218,189,247); }
div.DivClassName
{
background-color: #DABDF7;
}
.BgClassName
{
background-color: #DABDF7;
}
</style>
border-color css
<style>
span { border-color: #DABDF7; }
span { border-color: rgb(218,189,247); }
td.TdClassName
{
border-color: #DABDF7;
}
.TagClassName
{
border-color: #DABDF7;
}
</style>