Shades of Mauve #DDBDFF
Tints of Mauve #DDBDFF
RGB
CMYK
RGB Variations
Color information
#DDBDFF (or 0xDDBDFF) is known color: Mauve. HEX triplet: DD, BD and FF. RGB value is (221,189,255). Sum of RGB (Red+Green+Blue) = 221+189+255=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFF is #224200. Grayscale: #CDCDCD. Windows color (decimal): -2245121 or 16760285. OLE color: 16760285.
HSL color Cylindrical-coordinate representation of color #DDBDFF: hue angle of 269.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBDFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 189 | 255 | - |
CMYK | 0.13 | 0.26 | 0 | 0 |
HSL | 269.09º | 1% | 0.87% | - |
HSV(B) | 269.09º | 0.26% | 1% | - |
XYZ | 66.07 | 58.99 | 102.51 | - |
YUV | 206.09 | 155.6 | 138.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 255 | 0.13 | 0.26 | 0 | 0 | 269.09 | 1 | 0.87 |
Hex | DD | BD | FF | D | 1A | 0 | 0 | 10D | 64 | 57 |
Octal | 335 | 275 | 377 | 15 | 32 | 0 | 0 | 415 | 144 | 127 |
Binary | 11011101 | 10111101 | 11111111 | 1101 | 11010 | 0 | 0 | 100001101 | 1100100 | 1010111 |
Color Harmonies of #DDBDFF
Complementary color
Monochromatic Colors of #DDBDFF
Black with #DDBDFF
Text Example
Text Example
White with #DDBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDFF; }
p { color: rgb(221,189,255); }
H1.HeaderClassName
{
color: #DDBDFF;
}
.AnyTagClassName
{
color: #DDBDFF;
}
</style>
background-color css
<style>
a { background-color: #DDBDFF; }
a { background-color: rgb(221,189,255); }
div.DivClassName
{
background-color: #DDBDFF;
}
.BgClassName
{
background-color: #DDBDFF;
}
</style>
border-color css
<style>
span { border-color: #DDBDFF; }
span { border-color: rgb(221,189,255); }
td.TdClassName
{
border-color: #DDBDFF;
}
.TagClassName
{
border-color: #DDBDFF;
}
</style>