Shades of Mauve #DDB8F0
Tints of Mauve #DDB8F0
RGB
CMYK
RGB Variations
Color information
#DDB8F0 (or 0xDDB8F0) is known color: Mauve. HEX triplet: DD, B8 and F0. RGB value is (221,184,240). Sum of RGB (Red+Green+Blue) = 221+184+240=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8F0 is #22470F. Grayscale: #C9C9C9. Windows color (decimal): -2246416 or 15775965. OLE color: 15775965.
HSL color Cylindrical-coordinate representation of color #DDB8F0: hue angle of 279.64º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB8F0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 184 | 240 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 279.64º | 0.65% | 0.83% | - |
| HSV(B) | 279.64º | 0.23% | 0.94% | - |
| XYZ | 62.69 | 55.94 | 89.93 | - |
| YUV | 201.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 240 | 0.08 | 0.23 | 0 | 0.06 | 279.64 | 0.65 | 0.83 |
| Hex | DD | B8 | F0 | 8 | 17 | 0 | 6 | 118 | 41 | 53 |
| Octal | 335 | 270 | 360 | 10 | 27 | 0 | 6 | 430 | 101 | 123 |
| Binary | 11011101 | 10111000 | 11110000 | 1000 | 10111 | 0 | 110 | 100011000 | 1000001 | 1010011 |
Color Harmonies of #DDB8F0
Complementary color
Monochromatic Colors of #DDB8F0
Black with #DDB8F0
Text Example
Text Example
White with #DDB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8F0; }
p { color: rgb(221,184,240); }
H1.HeaderClassName
{
color: #DDB8F0;
}
.AnyTagClassName
{
color: #DDB8F0;
}
</style>
background-color css
<style>
a { background-color: #DDB8F0; }
a { background-color: rgb(221,184,240); }
div.DivClassName
{
background-color: #DDB8F0;
}
.BgClassName
{
background-color: #DDB8F0;
}
</style>
border-color css
<style>
span { border-color: #DDB8F0; }
span { border-color: rgb(221,184,240); }
td.TdClassName
{
border-color: #DDB8F0;
}
.TagClassName
{
border-color: #DDB8F0;
}
</style>