Shades of Mauve #DBB5FD
Tints of Mauve #DBB5FD
RGB
CMYK
RGB Variations
Color information
#DBB5FD (or 0xDBB5FD) is known color: Mauve. HEX triplet: DB, B5 and FD. RGB value is (219,181,253). Sum of RGB (Red+Green+Blue) = 219+181+253=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FD is #244A02. Grayscale: #C8C8C8. Windows color (decimal): -2378243 or 16627163. OLE color: 16627163.
HSL color Cylindrical-coordinate representation of color #DBB5FD: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB5FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 181 | 253 | - |
CMYK | 0.13 | 0.28 | 0 | 0.01 |
HSL | 271.67º | 0.95% | 0.85% | - |
HSV(B) | 271.67º | 0.28% | 0.99% | - |
XYZ | 63.47 | 55.2 | 100.24 | - |
YUV | 200.57 | 157.59 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 253 | 0.13 | 0.28 | 0 | 0.01 | 271.67 | 0.95 | 0.85 |
Hex | DB | B5 | FD | D | 1C | 0 | 1 | 110 | 5F | 55 |
Octal | 333 | 265 | 375 | 15 | 34 | 0 | 1 | 420 | 137 | 125 |
Binary | 11011011 | 10110101 | 11111101 | 1101 | 11100 | 0 | 1 | 100010000 | 1011111 | 1010101 |
Color Harmonies of #DBB5FD
Complementary color
Monochromatic Colors of #DBB5FD
Black with #DBB5FD
Text Example
Text Example
White with #DBB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5FD; }
p { color: rgb(219,181,253); }
H1.HeaderClassName
{
color: #DBB5FD;
}
.AnyTagClassName
{
color: #DBB5FD;
}
</style>
background-color css
<style>
a { background-color: #DBB5FD; }
a { background-color: rgb(219,181,253); }
div.DivClassName
{
background-color: #DBB5FD;
}
.BgClassName
{
background-color: #DBB5FD;
}
</style>
border-color css
<style>
span { border-color: #DBB5FD; }
span { border-color: rgb(219,181,253); }
td.TdClassName
{
border-color: #DBB5FD;
}
.TagClassName
{
border-color: #DBB5FD;
}
</style>