Shades of Mauve #DDBDF2
Tints of Mauve #DDBDF2
RGB
CMYK
RGB Variations
Color information
#DDBDF2 (or 0xDDBDF2) is known color: Mauve. HEX triplet: DD, BD and F2. RGB value is (221,189,242). Sum of RGB (Red+Green+Blue) = 221+189+242=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDF2 is #22420D. Grayscale: #CCCCCC. Windows color (decimal): -2245134 or 15908317. OLE color: 15908317.
HSL color Cylindrical-coordinate representation of color #DDBDF2: hue angle of 276.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBDF2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 189 | 242 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 276.23º | 0.67% | 0.85% | - |
| HSV(B) | 276.23º | 0.22% | 0.95% | - |
| XYZ | 64.04 | 58.18 | 91.86 | - |
| YUV | 204.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 242 | 0.09 | 0.22 | 0 | 0.05 | 276.23 | 0.67 | 0.85 |
| Hex | DD | BD | F2 | 9 | 16 | 0 | 5 | 114 | 43 | 55 |
| Octal | 335 | 275 | 362 | 11 | 26 | 0 | 5 | 424 | 103 | 125 |
| Binary | 11011101 | 10111101 | 11110010 | 1001 | 10110 | 0 | 101 | 100010100 | 1000011 | 1010101 |
Color Harmonies of #DDBDF2
Complementary color
Monochromatic Colors of #DDBDF2
Black with #DDBDF2
Text Example
Text Example
White with #DDBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDF2; }
p { color: rgb(221,189,242); }
H1.HeaderClassName
{
color: #DDBDF2;
}
.AnyTagClassName
{
color: #DDBDF2;
}
</style>
background-color css
<style>
a { background-color: #DDBDF2; }
a { background-color: rgb(221,189,242); }
div.DivClassName
{
background-color: #DDBDF2;
}
.BgClassName
{
background-color: #DDBDF2;
}
</style>
border-color css
<style>
span { border-color: #DDBDF2; }
span { border-color: rgb(221,189,242); }
td.TdClassName
{
border-color: #DDBDF2;
}
.TagClassName
{
border-color: #DDBDF2;
}
</style>