Shades of Mauve #DDB2FF
Tints of Mauve #DDB2FF
RGB
CMYK
RGB Variations
Color information
#DDB2FF (or 0xDDB2FF) is known color: Mauve. HEX triplet: DD, B2 and FF. RGB value is (221,178,255). Sum of RGB (Red+Green+Blue) = 221+178+255=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FF is #224D00. Grayscale: #C7C7C7. Windows color (decimal): -2247937 or 16757469. OLE color: 16757469.
HSL color Cylindrical-coordinate representation of color #DDB2FF: hue angle of 273.51º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB2FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 178 | 255 | - |
| CMYK | 0.13 | 0.30 | 0 | 0 |
| HSL | 273.51º | 1% | 0.85% | - |
| HSV(B) | 273.51º | 0.3% | 1% | - |
| XYZ | 63.79 | 54.43 | 101.75 | - |
| YUV | 199.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 255 | 0.13 | 0.30 | 0 | 0 | 273.51 | 1 | 0.85 |
| Hex | DD | B2 | FF | D | 1E | 0 | 0 | 112 | 64 | 55 |
| Octal | 335 | 262 | 377 | 15 | 36 | 0 | 0 | 422 | 144 | 125 |
| Binary | 11011101 | 10110010 | 11111111 | 1101 | 11110 | 0 | 0 | 100010010 | 1100100 | 1010101 |
Color Harmonies of #DDB2FF
Complementary color
Monochromatic Colors of #DDB2FF
Black with #DDB2FF
Text Example
Text Example
White with #DDB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FF; }
p { color: rgb(221,178,255); }
H1.HeaderClassName
{
color: #DDB2FF;
}
.AnyTagClassName
{
color: #DDB2FF;
}
</style>
background-color css
<style>
a { background-color: #DDB2FF; }
a { background-color: rgb(221,178,255); }
div.DivClassName
{
background-color: #DDB2FF;
}
.BgClassName
{
background-color: #DDB2FF;
}
</style>
border-color css
<style>
span { border-color: #DDB2FF; }
span { border-color: rgb(221,178,255); }
td.TdClassName
{
border-color: #DDB2FF;
}
.TagClassName
{
border-color: #DDB2FF;
}
</style>