Shades of Mauve #DDB5F2
Tints of Mauve #DDB5F2
RGB
CMYK
RGB Variations
Color information
#DDB5F2 (or 0xDDB5F2) is known color: Mauve. HEX triplet: DD, B5 and F2. RGB value is (221,181,242). Sum of RGB (Red+Green+Blue) = 221+181+242=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDB5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5F2 is #224A0D. Grayscale: #C7C7C7. Windows color (decimal): -2247182 or 15906269. OLE color: 15906269.
HSL color Cylindrical-coordinate representation of color #DDB5F2: hue angle of 279.34º 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 #DDB5F2 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 181 | 242 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.05 |
| HSL | 279.34º | 0.7% | 0.83% | - |
| HSV(B) | 279.34º | 0.25% | 0.95% | - |
| XYZ | 62.37 | 54.83 | 91.3 | - |
| YUV | 199.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 242 | 0.09 | 0.25 | 0 | 0.05 | 279.34 | 0.7 | 0.83 |
| Hex | DD | B5 | F2 | 9 | 19 | 0 | 5 | 117 | 46 | 53 |
| Octal | 335 | 265 | 362 | 11 | 31 | 0 | 5 | 427 | 106 | 123 |
| Binary | 11011101 | 10110101 | 11110010 | 1001 | 11001 | 0 | 101 | 100010111 | 1000110 | 1010011 |
Color Harmonies of #DDB5F2
Complementary color
Monochromatic Colors of #DDB5F2
Black with #DDB5F2
Text Example
Text Example
White with #DDB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5F2; }
p { color: rgb(221,181,242); }
H1.HeaderClassName
{
color: #DDB5F2;
}
.AnyTagClassName
{
color: #DDB5F2;
}
</style>
background-color css
<style>
a { background-color: #DDB5F2; }
a { background-color: rgb(221,181,242); }
div.DivClassName
{
background-color: #DDB5F2;
}
.BgClassName
{
background-color: #DDB5F2;
}
</style>
border-color css
<style>
span { border-color: #DDB5F2; }
span { border-color: rgb(221,181,242); }
td.TdClassName
{
border-color: #DDB5F2;
}
.TagClassName
{
border-color: #DDB5F2;
}
</style>