Shades of Mauve #DDB6F0
Tints of Mauve #DDB6F0
RGB
CMYK
RGB Variations
Color information
#DDB6F0 (or 0xDDB6F0) is known color: Mauve. HEX triplet: DD, B6 and F0. RGB value is (221,182,240). Sum of RGB (Red+Green+Blue) = 221+182+240=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDB6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6F0 is #22490F. Grayscale: #C8C8C8. Windows color (decimal): -2246928 or 15775453. OLE color: 15775453.
HSL color Cylindrical-coordinate representation of color #DDB6F0: hue angle of 280.34º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB6F0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 182 | 240 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.06 |
| HSL | 280.34º | 0.66% | 0.83% | - |
| HSV(B) | 280.34º | 0.24% | 0.94% | - |
| XYZ | 62.27 | 55.12 | 89.79 | - |
| YUV | 200.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 240 | 0.08 | 0.24 | 0 | 0.06 | 280.34 | 0.66 | 0.83 |
| Hex | DD | B6 | F0 | 8 | 18 | 0 | 6 | 118 | 42 | 53 |
| Octal | 335 | 266 | 360 | 10 | 30 | 0 | 6 | 430 | 102 | 123 |
| Binary | 11011101 | 10110110 | 11110000 | 1000 | 11000 | 0 | 110 | 100011000 | 1000010 | 1010011 |
Color Harmonies of #DDB6F0
Complementary color
Monochromatic Colors of #DDB6F0
Black with #DDB6F0
Text Example
Text Example
White with #DDB6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6F0; }
p { color: rgb(221,182,240); }
H1.HeaderClassName
{
color: #DDB6F0;
}
.AnyTagClassName
{
color: #DDB6F0;
}
</style>
background-color css
<style>
a { background-color: #DDB6F0; }
a { background-color: rgb(221,182,240); }
div.DivClassName
{
background-color: #DDB6F0;
}
.BgClassName
{
background-color: #DDB6F0;
}
</style>
border-color css
<style>
span { border-color: #DDB6F0; }
span { border-color: rgb(221,182,240); }
td.TdClassName
{
border-color: #DDB6F0;
}
.TagClassName
{
border-color: #DDB6F0;
}
</style>