Shades of Mauve #DABEFF
Tints of Mauve #DABEFF
RGB
CMYK
RGB Variations
Color information
#DABEFF (or 0xDABEFF) is known color: Mauve. HEX triplet: DA, BE and FF. RGB value is (218,190,255). Sum of RGB (Red+Green+Blue) = 218+190+255=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFF is #254100. Grayscale: #CDCDCD. Windows color (decimal): -2441473 or 16760538. OLE color: 16760538.
HSL color Cylindrical-coordinate representation of color #DABEFF: hue angle of 265.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABEFF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 190 | 255 | - |
| CMYK | 0.15 | 0.25 | 0 | 0 |
| HSL | 265.85º | 1% | 0.87% | - |
| HSV(B) | 265.85º | 0.25% | 1% | - |
| XYZ | 65.38 | 58.95 | 102.54 | - |
| YUV | 205.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 255 | 0.15 | 0.25 | 0 | 0 | 265.85 | 1 | 0.87 |
| Hex | DA | BE | FF | F | 19 | 0 | 0 | 10A | 64 | 57 |
| Octal | 332 | 276 | 377 | 17 | 31 | 0 | 0 | 412 | 144 | 127 |
| Binary | 11011010 | 10111110 | 11111111 | 1111 | 11001 | 0 | 0 | 100001010 | 1100100 | 1010111 |
Color Harmonies of #DABEFF
Complementary color
Monochromatic Colors of #DABEFF
Black with #DABEFF
Text Example
Text Example
White with #DABEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEFF; }
p { color: rgb(218,190,255); }
H1.HeaderClassName
{
color: #DABEFF;
}
.AnyTagClassName
{
color: #DABEFF;
}
</style>
background-color css
<style>
a { background-color: #DABEFF; }
a { background-color: rgb(218,190,255); }
div.DivClassName
{
background-color: #DABEFF;
}
.BgClassName
{
background-color: #DABEFF;
}
</style>
border-color css
<style>
span { border-color: #DABEFF; }
span { border-color: rgb(218,190,255); }
td.TdClassName
{
border-color: #DABEFF;
}
.TagClassName
{
border-color: #DABEFF;
}
</style>