Shades of Mauve #DABDFD
Tints of Mauve #DABDFD
RGB
CMYK
RGB Variations
Color information
#DABDFD (or 0xDABDFD) is known color: Mauve. HEX triplet: DA, BD and FD. RGB value is (218,189,253). Sum of RGB (Red+Green+Blue) = 218+189+253=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFD is #254202. Grayscale: #CCCCCC. Windows color (decimal): -2441731 or 16629210. OLE color: 16629210.
HSL color Cylindrical-coordinate representation of color #DABDFD: hue angle of 267.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABDFD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 189 | 253 | - |
CMYK | 0.14 | 0.25 | 0 | 0.01 |
HSL | 267.19º | 0.94% | 0.87% | - |
HSV(B) | 267.19º | 0.25% | 0.99% | - |
XYZ | 64.84 | 58.39 | 100.78 | - |
YUV | 204.97 | 155.11 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 253 | 0.14 | 0.25 | 0 | 0.01 | 267.19 | 0.94 | 0.87 |
Hex | DA | BD | FD | E | 19 | 0 | 1 | 10B | 5E | 57 |
Octal | 332 | 275 | 375 | 16 | 31 | 0 | 1 | 413 | 136 | 127 |
Binary | 11011010 | 10111101 | 11111101 | 1110 | 11001 | 0 | 1 | 100001011 | 1011110 | 1010111 |
Color Harmonies of #DABDFD
Complementary color
Monochromatic Colors of #DABDFD
Black with #DABDFD
Text Example
Text Example
White with #DABDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDFD; }
p { color: rgb(218,189,253); }
H1.HeaderClassName
{
color: #DABDFD;
}
.AnyTagClassName
{
color: #DABDFD;
}
</style>
background-color css
<style>
a { background-color: #DABDFD; }
a { background-color: rgb(218,189,253); }
div.DivClassName
{
background-color: #DABDFD;
}
.BgClassName
{
background-color: #DABDFD;
}
</style>
border-color css
<style>
span { border-color: #DABDFD; }
span { border-color: rgb(218,189,253); }
td.TdClassName
{
border-color: #DABDFD;
}
.TagClassName
{
border-color: #DABDFD;
}
</style>