Shades of Mauve #DDB2FA
Tints of Mauve #DDB2FA
RGB
CMYK
RGB Variations
Color information
#DDB2FA (or 0xDDB2FA) is known color: Mauve. HEX triplet: DD, B2 and FA. RGB value is (221,178,250). Sum of RGB (Red+Green+Blue) = 221+178+250=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FA is #224D05. Grayscale: #C6C6C6. Windows color (decimal): -2247942 or 16429789. OLE color: 16429789.
HSL color Cylindrical-coordinate representation of color #DDB2FA: hue angle of 275.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB2FA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 178 | 250 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 275.83º | 0.88% | 0.84% | - |
| HSV(B) | 275.83º | 0.29% | 0.98% | - |
| XYZ | 62.99 | 54.12 | 97.57 | - |
| YUV | 199.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 250 | 0.12 | 0.29 | 0 | 0.02 | 275.83 | 0.88 | 0.84 |
| Hex | DD | B2 | FA | C | 1D | 0 | 2 | 114 | 58 | 54 |
| Octal | 335 | 262 | 372 | 14 | 35 | 0 | 2 | 424 | 130 | 124 |
| Binary | 11011101 | 10110010 | 11111010 | 1100 | 11101 | 0 | 10 | 100010100 | 1011000 | 1010100 |
Color Harmonies of #DDB2FA
Complementary color
Monochromatic Colors of #DDB2FA
Black with #DDB2FA
Text Example
Text Example
White with #DDB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FA; }
p { color: rgb(221,178,250); }
H1.HeaderClassName
{
color: #DDB2FA;
}
.AnyTagClassName
{
color: #DDB2FA;
}
</style>
background-color css
<style>
a { background-color: #DDB2FA; }
a { background-color: rgb(221,178,250); }
div.DivClassName
{
background-color: #DDB2FA;
}
.BgClassName
{
background-color: #DDB2FA;
}
</style>
border-color css
<style>
span { border-color: #DDB2FA; }
span { border-color: rgb(221,178,250); }
td.TdClassName
{
border-color: #DDB2FA;
}
.TagClassName
{
border-color: #DDB2FA;
}
</style>