Shades of Mauve #DBBDFE
Tints of Mauve #DBBDFE
RGB
CMYK
RGB Variations
Color information
#DBBDFE (or 0xDBBDFE) is known color: Mauve. HEX triplet: DB, BD and FE. RGB value is (219,189,254). Sum of RGB (Red+Green+Blue) = 219+189+254=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDFE is #244201. Grayscale: #CDCDCD. Windows color (decimal): -2376194 or 16694747. OLE color: 16694747.
HSL color Cylindrical-coordinate representation of color #DBBDFE: hue angle of 267.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBDFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 189 | 254 | - |
CMYK | 0.14 | 0.26 | 0 | 0.00 |
HSL | 267.69º | 0.97% | 0.87% | - |
HSV(B) | 267.69º | 0.26% | 1% | - |
XYZ | 65.3 | 58.61 | 101.64 | - |
YUV | 205.38 | 155.44 | 137.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 254 | 0.14 | 0.26 | 0 | 0.00 | 267.69 | 0.97 | 0.87 |
Hex | DB | BD | FE | E | 1A | 0 | 0 | 10C | 61 | 57 |
Octal | 333 | 275 | 376 | 16 | 32 | 0 | 0 | 414 | 141 | 127 |
Binary | 11011011 | 10111101 | 11111110 | 1110 | 11010 | 0 | 0 | 100001100 | 1100001 | 1010111 |
Color Harmonies of #DBBDFE
Complementary color
Monochromatic Colors of #DBBDFE
Black with #DBBDFE
Text Example
Text Example
White with #DBBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDFE; }
p { color: rgb(219,189,254); }
H1.HeaderClassName
{
color: #DBBDFE;
}
.AnyTagClassName
{
color: #DBBDFE;
}
</style>
background-color css
<style>
a { background-color: #DBBDFE; }
a { background-color: rgb(219,189,254); }
div.DivClassName
{
background-color: #DBBDFE;
}
.BgClassName
{
background-color: #DBBDFE;
}
</style>
border-color css
<style>
span { border-color: #DBBDFE; }
span { border-color: rgb(219,189,254); }
td.TdClassName
{
border-color: #DBBDFE;
}
.TagClassName
{
border-color: #DBBDFE;
}
</style>