Shades of Mauve #DDBDF9
Tints of Mauve #DDBDF9
RGB
CMYK
RGB Variations
Color information
#DDBDF9 (or 0xDDBDF9) is known color: Mauve. HEX triplet: DD, BD and F9. RGB value is (221,189,249). Sum of RGB (Red+Green+Blue) = 221+189+249=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDF9 is #224206. Grayscale: #CDCDCD. Windows color (decimal): -2245127 or 16367069. OLE color: 16367069.
HSL color Cylindrical-coordinate representation of color #DDBDF9: hue angle of 272º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBDF9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 189 | 249 | - |
CMYK | 0.11 | 0.24 | 0 | 0.02 |
HSL | 272º | 0.83% | 0.86% | - |
HSV(B) | 272º | 0.24% | 0.98% | - |
XYZ | 65.12 | 58.61 | 97.5 | - |
YUV | 205.41 | 152.6 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 249 | 0.11 | 0.24 | 0 | 0.02 | 272 | 0.83 | 0.86 |
Hex | DD | BD | F9 | B | 18 | 0 | 2 | 110 | 53 | 56 |
Octal | 335 | 275 | 371 | 13 | 30 | 0 | 2 | 420 | 123 | 126 |
Binary | 11011101 | 10111101 | 11111001 | 1011 | 11000 | 0 | 10 | 100010000 | 1010011 | 1010110 |
Color Harmonies of #DDBDF9
Complementary color
Monochromatic Colors of #DDBDF9
Black with #DDBDF9
Text Example
Text Example
White with #DDBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDF9; }
p { color: rgb(221,189,249); }
H1.HeaderClassName
{
color: #DDBDF9;
}
.AnyTagClassName
{
color: #DDBDF9;
}
</style>
background-color css
<style>
a { background-color: #DDBDF9; }
a { background-color: rgb(221,189,249); }
div.DivClassName
{
background-color: #DDBDF9;
}
.BgClassName
{
background-color: #DDBDF9;
}
</style>
border-color css
<style>
span { border-color: #DDBDF9; }
span { border-color: rgb(221,189,249); }
td.TdClassName
{
border-color: #DDBDF9;
}
.TagClassName
{
border-color: #DDBDF9;
}
</style>