Shades of Mauve #DBB2EE
Tints of Mauve #DBB2EE
RGB
CMYK
RGB Variations
Color information
#DBB2EE (or 0xDBB2EE) is known color: Mauve. HEX triplet: DB, B2 and EE. RGB value is (219,178,238). Sum of RGB (Red+Green+Blue) = 219+178+238=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2EE is #244D11. Grayscale: #C4C4C4. Windows color (decimal): -2379026 or 15643355. OLE color: 15643355.
HSL color Cylindrical-coordinate representation of color #DBB2EE: hue angle of 281º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB2EE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 178 | 238 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.07 |
| HSL | 281º | 0.64% | 0.82% | - |
| HSV(B) | 281º | 0.25% | 0.93% | - |
| XYZ | 60.57 | 53.07 | 87.94 | - |
| YUV | 197.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 238 | 0.08 | 0.25 | 0 | 0.07 | 281 | 0.64 | 0.82 |
| Hex | DB | B2 | EE | 8 | 19 | 0 | 7 | 119 | 40 | 52 |
| Octal | 333 | 262 | 356 | 10 | 31 | 0 | 7 | 431 | 100 | 122 |
| Binary | 11011011 | 10110010 | 11101110 | 1000 | 11001 | 0 | 111 | 100011001 | 1000000 | 1010010 |
Color Harmonies of #DBB2EE
Complementary color
Monochromatic Colors of #DBB2EE
Black with #DBB2EE
Text Example
Text Example
White with #DBB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2EE; }
p { color: rgb(219,178,238); }
H1.HeaderClassName
{
color: #DBB2EE;
}
.AnyTagClassName
{
color: #DBB2EE;
}
</style>
background-color css
<style>
a { background-color: #DBB2EE; }
a { background-color: rgb(219,178,238); }
div.DivClassName
{
background-color: #DBB2EE;
}
.BgClassName
{
background-color: #DBB2EE;
}
</style>
border-color css
<style>
span { border-color: #DBB2EE; }
span { border-color: rgb(219,178,238); }
td.TdClassName
{
border-color: #DBB2EE;
}
.TagClassName
{
border-color: #DBB2EE;
}
</style>