Shades of Mauve #DBBDF4
Tints of Mauve #DBBDF4
RGB
CMYK
RGB Variations
Color information
#DBBDF4 (or 0xDBBDF4) is known color: Mauve. HEX triplet: DB, BD and F4. RGB value is (219,189,244). Sum of RGB (Red+Green+Blue) = 219+189+244=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBBDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDF4 is #24420B. Grayscale: #CCCCCC. Windows color (decimal): -2376204 or 16039387. OLE color: 16039387.
HSL color Cylindrical-coordinate representation of color #DBBDF4: hue angle of 272.73º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBDF4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 189 | 244 | - |
CMYK | 0.10 | 0.23 | 0 | 0.04 |
HSL | 272.73º | 0.71% | 0.85% | - |
HSV(B) | 272.73º | 0.23% | 0.96% | - |
XYZ | 63.74 | 57.99 | 93.42 | - |
YUV | 204.24 | 150.44 | 138.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 244 | 0.10 | 0.23 | 0 | 0.04 | 272.73 | 0.71 | 0.85 |
Hex | DB | BD | F4 | A | 17 | 0 | 4 | 111 | 47 | 55 |
Octal | 333 | 275 | 364 | 12 | 27 | 0 | 4 | 421 | 107 | 125 |
Binary | 11011011 | 10111101 | 11110100 | 1010 | 10111 | 0 | 100 | 100010001 | 1000111 | 1010101 |
Color Harmonies of #DBBDF4
Complementary color
Monochromatic Colors of #DBBDF4
Black with #DBBDF4
Text Example
Text Example
White with #DBBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDF4; }
p { color: rgb(219,189,244); }
H1.HeaderClassName
{
color: #DBBDF4;
}
.AnyTagClassName
{
color: #DBBDF4;
}
</style>
background-color css
<style>
a { background-color: #DBBDF4; }
a { background-color: rgb(219,189,244); }
div.DivClassName
{
background-color: #DBBDF4;
}
.BgClassName
{
background-color: #DBBDF4;
}
</style>
border-color css
<style>
span { border-color: #DBBDF4; }
span { border-color: rgb(219,189,244); }
td.TdClassName
{
border-color: #DBBDF4;
}
.TagClassName
{
border-color: #DBBDF4;
}
</style>