Shades of Mauve #DDB3EF
Tints of Mauve #DDB3EF
RGB
CMYK
RGB Variations
Color information
#DDB3EF (or 0xDDB3EF) is known color: Mauve. HEX triplet: DD, B3 and EF. RGB value is (221,179,239). Sum of RGB (Red+Green+Blue) = 221+179+239=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3EF is #224C10. Grayscale: #C6C6C6. Windows color (decimal): -2247697 or 15709149. OLE color: 15709149.
HSL color Cylindrical-coordinate representation of color #DDB3EF: hue angle of 282º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB3EF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 179 | 239 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.06 |
| HSL | 282º | 0.65% | 0.82% | - |
| HSV(B) | 282º | 0.25% | 0.94% | - |
| XYZ | 61.52 | 53.84 | 88.81 | - |
| YUV | 198.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 239 | 0.08 | 0.25 | 0 | 0.06 | 282 | 0.65 | 0.82 |
| Hex | DD | B3 | EF | 8 | 19 | 0 | 6 | 11A | 41 | 52 |
| Octal | 335 | 263 | 357 | 10 | 31 | 0 | 6 | 432 | 101 | 122 |
| Binary | 11011101 | 10110011 | 11101111 | 1000 | 11001 | 0 | 110 | 100011010 | 1000001 | 1010010 |
Color Harmonies of #DDB3EF
Complementary color
Monochromatic Colors of #DDB3EF
Black with #DDB3EF
Text Example
Text Example
White with #DDB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3EF; }
p { color: rgb(221,179,239); }
H1.HeaderClassName
{
color: #DDB3EF;
}
.AnyTagClassName
{
color: #DDB3EF;
}
</style>
background-color css
<style>
a { background-color: #DDB3EF; }
a { background-color: rgb(221,179,239); }
div.DivClassName
{
background-color: #DDB3EF;
}
.BgClassName
{
background-color: #DDB3EF;
}
</style>
border-color css
<style>
span { border-color: #DDB3EF; }
span { border-color: rgb(221,179,239); }
td.TdClassName
{
border-color: #DDB3EF;
}
.TagClassName
{
border-color: #DDB3EF;
}
</style>