Shades of Mauve #DBB2F6
Tints of Mauve #DBB2F6
RGB
CMYK
RGB Variations
Color information
#DBB2F6 (or 0xDBB2F6) is known color: Mauve. HEX triplet: DB, B2 and F6. RGB value is (219,178,246). Sum of RGB (Red+Green+Blue) = 219+178+246=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2F6 is #244D09. Grayscale: #C5C5C5. Windows color (decimal): -2379018 or 16167643. OLE color: 16167643.
HSL color Cylindrical-coordinate representation of color #DBB2F6: hue angle of 276.18º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB2F6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 178 | 246 | - |
CMYK | 0.11 | 0.28 | 0 | 0.04 |
HSL | 276.18º | 0.79% | 0.83% | - |
HSV(B) | 276.18º | 0.28% | 0.96% | - |
XYZ | 61.77 | 53.55 | 94.27 | - |
YUV | 198.01 | 155.08 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 246 | 0.11 | 0.28 | 0 | 0.04 | 276.18 | 0.79 | 0.83 |
Hex | DB | B2 | F6 | B | 1C | 0 | 4 | 114 | 4F | 53 |
Octal | 333 | 262 | 366 | 13 | 34 | 0 | 4 | 424 | 117 | 123 |
Binary | 11011011 | 10110010 | 11110110 | 1011 | 11100 | 0 | 100 | 100010100 | 1001111 | 1010011 |
Color Harmonies of #DBB2F6
Complementary color
Monochromatic Colors of #DBB2F6
Black with #DBB2F6
Text Example
Text Example
White with #DBB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2F6; }
p { color: rgb(219,178,246); }
H1.HeaderClassName
{
color: #DBB2F6;
}
.AnyTagClassName
{
color: #DBB2F6;
}
</style>
background-color css
<style>
a { background-color: #DBB2F6; }
a { background-color: rgb(219,178,246); }
div.DivClassName
{
background-color: #DBB2F6;
}
.BgClassName
{
background-color: #DBB2F6;
}
</style>
border-color css
<style>
span { border-color: #DBB2F6; }
span { border-color: rgb(219,178,246); }
td.TdClassName
{
border-color: #DBB2F6;
}
.TagClassName
{
border-color: #DBB2F6;
}
</style>