Shades of Mauve #DABBEE
Tints of Mauve #DABBEE
RGB
CMYK
RGB Variations
Color information
#DABBEE (or 0xDABBEE) is known color: Mauve. HEX triplet: DA, BB and EE. RGB value is (218,187,238). Sum of RGB (Red+Green+Blue) = 218+187+238=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEE is #254411. Grayscale: #C9C9C9. Windows color (decimal): -2442258 or 15645658. OLE color: 15645658.
HSL color Cylindrical-coordinate representation of color #DABBEE: hue angle of 276.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABBEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 187 | 238 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 276.47º | 0.6% | 0.83% | - |
| HSV(B) | 276.47º | 0.21% | 0.93% | - |
| XYZ | 62.12 | 56.62 | 88.54 | - |
| YUV | 202.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 238 | 0.08 | 0.21 | 0 | 0.07 | 276.47 | 0.6 | 0.83 |
| Hex | DA | BB | EE | 8 | 15 | 0 | 7 | 114 | 3C | 53 |
| Octal | 332 | 273 | 356 | 10 | 25 | 0 | 7 | 424 | 74 | 123 |
| Binary | 11011010 | 10111011 | 11101110 | 1000 | 10101 | 0 | 111 | 100010100 | 111100 | 1010011 |
Color Harmonies of #DABBEE
Complementary color
Monochromatic Colors of #DABBEE
Black with #DABBEE
Text Example
Text Example
White with #DABBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBEE; }
p { color: rgb(218,187,238); }
H1.HeaderClassName
{
color: #DABBEE;
}
.AnyTagClassName
{
color: #DABBEE;
}
</style>
background-color css
<style>
a { background-color: #DABBEE; }
a { background-color: rgb(218,187,238); }
div.DivClassName
{
background-color: #DABBEE;
}
.BgClassName
{
background-color: #DABBEE;
}
</style>
border-color css
<style>
span { border-color: #DABBEE; }
span { border-color: rgb(218,187,238); }
td.TdClassName
{
border-color: #DABBEE;
}
.TagClassName
{
border-color: #DABBEE;
}
</style>