Shades of Mauve #DABEFD
Tints of Mauve #DABEFD
RGB
CMYK
RGB Variations
Color information
#DABEFD (or 0xDABEFD) is known color: Mauve. HEX triplet: DA, BE and FD. RGB value is (218,190,253). Sum of RGB (Red+Green+Blue) = 218+190+253=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFD is #254102. Grayscale: #CDCDCD. Windows color (decimal): -2441475 or 16629466. OLE color: 16629466.
HSL color Cylindrical-coordinate representation of color #DABEFD: hue angle of 266.67º 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 #DABEFD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 190 | 253 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.01 |
| HSL | 266.67º | 0.94% | 0.87% | - |
| HSV(B) | 266.67º | 0.25% | 0.99% | - |
| XYZ | 65.06 | 58.82 | 100.85 | - |
| YUV | 205.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 253 | 0.14 | 0.25 | 0 | 0.01 | 266.67 | 0.94 | 0.87 |
| Hex | DA | BE | FD | E | 19 | 0 | 1 | 10B | 5E | 57 |
| Octal | 332 | 276 | 375 | 16 | 31 | 0 | 1 | 413 | 136 | 127 |
| Binary | 11011010 | 10111110 | 11111101 | 1110 | 11001 | 0 | 1 | 100001011 | 1011110 | 1010111 |
Color Harmonies of #DABEFD
Complementary color
Monochromatic Colors of #DABEFD
Black with #DABEFD
Text Example
Text Example
White with #DABEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEFD; }
p { color: rgb(218,190,253); }
H1.HeaderClassName
{
color: #DABEFD;
}
.AnyTagClassName
{
color: #DABEFD;
}
</style>
background-color css
<style>
a { background-color: #DABEFD; }
a { background-color: rgb(218,190,253); }
div.DivClassName
{
background-color: #DABEFD;
}
.BgClassName
{
background-color: #DABEFD;
}
</style>
border-color css
<style>
span { border-color: #DABEFD; }
span { border-color: rgb(218,190,253); }
td.TdClassName
{
border-color: #DABEFD;
}
.TagClassName
{
border-color: #DABEFD;
}
</style>