Shades of Mauve #DDB9FE
Tints of Mauve #DDB9FE
RGB
CMYK
RGB Variations
Color information
#DDB9FE (or 0xDDB9FE) is known color: Mauve. HEX triplet: DD, B9 and FE. RGB value is (221,185,254). Sum of RGB (Red+Green+Blue) = 221+185+254=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FE is #224601. Grayscale: #CBCBCB. Windows color (decimal): -2246146 or 16693725. OLE color: 16693725.
HSL color Cylindrical-coordinate representation of color #DDB9FE: hue angle of 271.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB9FE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 185 | 254 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.00 |
| HSL | 271.3º | 0.97% | 0.86% | - |
| HSV(B) | 271.3º | 0.27% | 1% | - |
| XYZ | 65.06 | 57.23 | 101.38 | - |
| YUV | 203.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 254 | 0.13 | 0.27 | 0 | 0.00 | 271.3 | 0.97 | 0.86 |
| Hex | DD | B9 | FE | D | 1B | 0 | 0 | 10F | 61 | 56 |
| Octal | 335 | 271 | 376 | 15 | 33 | 0 | 0 | 417 | 141 | 126 |
| Binary | 11011101 | 10111001 | 11111110 | 1101 | 11011 | 0 | 0 | 100001111 | 1100001 | 1010110 |
Color Harmonies of #DDB9FE
Complementary color
Monochromatic Colors of #DDB9FE
Black with #DDB9FE
Text Example
Text Example
White with #DDB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9FE; }
p { color: rgb(221,185,254); }
H1.HeaderClassName
{
color: #DDB9FE;
}
.AnyTagClassName
{
color: #DDB9FE;
}
</style>
background-color css
<style>
a { background-color: #DDB9FE; }
a { background-color: rgb(221,185,254); }
div.DivClassName
{
background-color: #DDB9FE;
}
.BgClassName
{
background-color: #DDB9FE;
}
</style>
border-color css
<style>
span { border-color: #DDB9FE; }
span { border-color: rgb(221,185,254); }
td.TdClassName
{
border-color: #DDB9FE;
}
.TagClassName
{
border-color: #DDB9FE;
}
</style>