Shades of Mauve #DDB6F3
Tints of Mauve #DDB6F3
RGB
CMYK
RGB Variations
Color information
#DDB6F3 (or 0xDDB6F3) is known color: Mauve. HEX triplet: DD, B6 and F3. RGB value is (221,182,243). Sum of RGB (Red+Green+Blue) = 221+182+243=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6F3 is #22490C. Grayscale: #C8C8C8. Windows color (decimal): -2246925 or 15972061. OLE color: 15972061.
HSL color Cylindrical-coordinate representation of color #DDB6F3: hue angle of 278.36º degrees, saturation: 0.72, 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 #DDB6F3 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 182 | 243 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.05 |
| HSL | 278.36º | 0.72% | 0.83% | - |
| HSV(B) | 278.36º | 0.25% | 0.95% | - |
| XYZ | 62.72 | 55.3 | 92.16 | - |
| YUV | 200.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 243 | 0.09 | 0.25 | 0 | 0.05 | 278.36 | 0.72 | 0.83 |
| Hex | DD | B6 | F3 | 9 | 19 | 0 | 5 | 116 | 48 | 53 |
| Octal | 335 | 266 | 363 | 11 | 31 | 0 | 5 | 426 | 110 | 123 |
| Binary | 11011101 | 10110110 | 11110011 | 1001 | 11001 | 0 | 101 | 100010110 | 1001000 | 1010011 |
Color Harmonies of #DDB6F3
Complementary color
Monochromatic Colors of #DDB6F3
Black with #DDB6F3
Text Example
Text Example
White with #DDB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6F3; }
p { color: rgb(221,182,243); }
H1.HeaderClassName
{
color: #DDB6F3;
}
.AnyTagClassName
{
color: #DDB6F3;
}
</style>
background-color css
<style>
a { background-color: #DDB6F3; }
a { background-color: rgb(221,182,243); }
div.DivClassName
{
background-color: #DDB6F3;
}
.BgClassName
{
background-color: #DDB6F3;
}
</style>
border-color css
<style>
span { border-color: #DDB6F3; }
span { border-color: rgb(221,182,243); }
td.TdClassName
{
border-color: #DDB6F3;
}
.TagClassName
{
border-color: #DDB6F3;
}
</style>