Shades of Mauve #DDB4FF
Tints of Mauve #DDB4FF
RGB
CMYK
RGB Variations
Color information
#DDB4FF (or 0xDDB4FF) is known color: Mauve. HEX triplet: DD, B4 and FF. RGB value is (221,180,255). Sum of RGB (Red+Green+Blue) = 221+180+255=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4FF is #224B00. Grayscale: #C8C8C8. Windows color (decimal): -2247425 or 16757981. OLE color: 16757981.
HSL color Cylindrical-coordinate representation of color #DDB4FF: hue angle of 272.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB4FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 180 | 255 | - |
| CMYK | 0.13 | 0.29 | 0 | 0 |
| HSL | 272.8º | 1% | 0.85% | - |
| HSV(B) | 272.8º | 0.29% | 1% | - |
| XYZ | 64.19 | 55.23 | 101.89 | - |
| YUV | 200.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 255 | 0.13 | 0.29 | 0 | 0 | 272.8 | 1 | 0.85 |
| Hex | DD | B4 | FF | D | 1D | 0 | 0 | 111 | 64 | 55 |
| Octal | 335 | 264 | 377 | 15 | 35 | 0 | 0 | 421 | 144 | 125 |
| Binary | 11011101 | 10110100 | 11111111 | 1101 | 11101 | 0 | 0 | 100010001 | 1100100 | 1010101 |
Color Harmonies of #DDB4FF
Complementary color
Monochromatic Colors of #DDB4FF
Black with #DDB4FF
Text Example
Text Example
White with #DDB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4FF; }
p { color: rgb(221,180,255); }
H1.HeaderClassName
{
color: #DDB4FF;
}
.AnyTagClassName
{
color: #DDB4FF;
}
</style>
background-color css
<style>
a { background-color: #DDB4FF; }
a { background-color: rgb(221,180,255); }
div.DivClassName
{
background-color: #DDB4FF;
}
.BgClassName
{
background-color: #DDB4FF;
}
</style>
border-color css
<style>
span { border-color: #DDB4FF; }
span { border-color: rgb(221,180,255); }
td.TdClassName
{
border-color: #DDB4FF;
}
.TagClassName
{
border-color: #DDB4FF;
}
</style>