Shades of Mauve #DDBDF0
Tints of Mauve #DDBDF0
RGB
CMYK
RGB Variations
Color information
#DDBDF0 (or 0xDDBDF0) is known color: Mauve. HEX triplet: DD, BD and F0. RGB value is (221,189,240). Sum of RGB (Red+Green+Blue) = 221+189+240=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDF0 is #22420F. Grayscale: #CCCCCC. Windows color (decimal): -2245136 or 15777245. OLE color: 15777245.
HSL color Cylindrical-coordinate representation of color #DDBDF0: hue angle of 277.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBDF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 189 | 240 | - |
CMYK | 0.08 | 0.21 | 0 | 0.06 |
HSL | 277.65º | 0.63% | 0.84% | - |
HSV(B) | 277.65º | 0.21% | 0.94% | - |
XYZ | 63.74 | 58.06 | 90.28 | - |
YUV | 204.38 | 148.1 | 139.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 240 | 0.08 | 0.21 | 0 | 0.06 | 277.65 | 0.63 | 0.84 |
Hex | DD | BD | F0 | 8 | 15 | 0 | 6 | 116 | 3F | 54 |
Octal | 335 | 275 | 360 | 10 | 25 | 0 | 6 | 426 | 77 | 124 |
Binary | 11011101 | 10111101 | 11110000 | 1000 | 10101 | 0 | 110 | 100010110 | 111111 | 1010100 |
Color Harmonies of #DDBDF0
Complementary color
Monochromatic Colors of #DDBDF0
Black with #DDBDF0
Text Example
Text Example
White with #DDBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDF0; }
p { color: rgb(221,189,240); }
H1.HeaderClassName
{
color: #DDBDF0;
}
.AnyTagClassName
{
color: #DDBDF0;
}
</style>
background-color css
<style>
a { background-color: #DDBDF0; }
a { background-color: rgb(221,189,240); }
div.DivClassName
{
background-color: #DDBDF0;
}
.BgClassName
{
background-color: #DDBDF0;
}
</style>
border-color css
<style>
span { border-color: #DDBDF0; }
span { border-color: rgb(221,189,240); }
td.TdClassName
{
border-color: #DDBDF0;
}
.TagClassName
{
border-color: #DDBDF0;
}
</style>