Shades of Mauve #DBB2ED
Tints of Mauve #DBB2ED
RGB
CMYK
RGB Variations
Color information
#DBB2ED (or 0xDBB2ED) is known color: Mauve. HEX triplet: DB, B2 and ED. RGB value is (219,178,237). Sum of RGB (Red+Green+Blue) = 219+178+237=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2ED is #244D12. Grayscale: #C4C4C4. Windows color (decimal): -2379027 or 15577819. OLE color: 15577819.
HSL color Cylindrical-coordinate representation of color #DBB2ED: hue angle of 281.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB2ED is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 178 | 237 | - |
CMYK | 0.08 | 0.25 | 0 | 0.07 |
HSL | 281.69º | 0.62% | 0.81% | - |
HSV(B) | 281.69º | 0.25% | 0.93% | - |
XYZ | 60.42 | 53.02 | 87.17 | - |
YUV | 196.99 | 150.58 | 143.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 237 | 0.08 | 0.25 | 0 | 0.07 | 281.69 | 0.62 | 0.81 |
Hex | DB | B2 | ED | 8 | 19 | 0 | 7 | 11A | 3E | 51 |
Octal | 333 | 262 | 355 | 10 | 31 | 0 | 7 | 432 | 76 | 121 |
Binary | 11011011 | 10110010 | 11101101 | 1000 | 11001 | 0 | 111 | 100011010 | 111110 | 1010001 |
Color Harmonies of #DBB2ED
Complementary color
Monochromatic Colors of #DBB2ED
Black with #DBB2ED
Text Example
Text Example
White with #DBB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2ED; }
p { color: rgb(219,178,237); }
H1.HeaderClassName
{
color: #DBB2ED;
}
.AnyTagClassName
{
color: #DBB2ED;
}
</style>
background-color css
<style>
a { background-color: #DBB2ED; }
a { background-color: rgb(219,178,237); }
div.DivClassName
{
background-color: #DBB2ED;
}
.BgClassName
{
background-color: #DBB2ED;
}
</style>
border-color css
<style>
span { border-color: #DBB2ED; }
span { border-color: rgb(219,178,237); }
td.TdClassName
{
border-color: #DBB2ED;
}
.TagClassName
{
border-color: #DBB2ED;
}
</style>