Shades of Mauve #DDB6F2
Tints of Mauve #DDB6F2
RGB
CMYK
RGB Variations
Color information
#DDB6F2 (or 0xDDB6F2) is known color: Mauve. HEX triplet: DD, B6 and F2. RGB value is (221,182,242). Sum of RGB (Red+Green+Blue) = 221+182+242=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDB6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6F2 is #22490D. Grayscale: #C8C8C8. Windows color (decimal): -2246926 or 15906525. OLE color: 15906525.
HSL color Cylindrical-coordinate representation of color #DDB6F2: hue angle of 279º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB6F2 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 182 | 242 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.05 |
| HSL | 279º | 0.7% | 0.83% | - |
| HSV(B) | 279º | 0.25% | 0.95% | - |
| XYZ | 62.57 | 55.24 | 91.37 | - |
| YUV | 200.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 242 | 0.09 | 0.25 | 0 | 0.05 | 279 | 0.7 | 0.83 |
| Hex | DD | B6 | F2 | 9 | 19 | 0 | 5 | 117 | 46 | 53 |
| Octal | 335 | 266 | 362 | 11 | 31 | 0 | 5 | 427 | 106 | 123 |
| Binary | 11011101 | 10110110 | 11110010 | 1001 | 11001 | 0 | 101 | 100010111 | 1000110 | 1010011 |
Color Harmonies of #DDB6F2
Complementary color
Monochromatic Colors of #DDB6F2
Black with #DDB6F2
Text Example
Text Example
White with #DDB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6F2; }
p { color: rgb(221,182,242); }
H1.HeaderClassName
{
color: #DDB6F2;
}
.AnyTagClassName
{
color: #DDB6F2;
}
</style>
background-color css
<style>
a { background-color: #DDB6F2; }
a { background-color: rgb(221,182,242); }
div.DivClassName
{
background-color: #DDB6F2;
}
.BgClassName
{
background-color: #DDB6F2;
}
</style>
border-color css
<style>
span { border-color: #DDB6F2; }
span { border-color: rgb(221,182,242); }
td.TdClassName
{
border-color: #DDB6F2;
}
.TagClassName
{
border-color: #DDB6F2;
}
</style>