Shades of Mauve #DDBDFE
Tints of Mauve #DDBDFE
RGB
CMYK
RGB Variations
Color information
#DDBDFE (or 0xDDBDFE) is known color: Mauve. HEX triplet: DD, BD and FE. RGB value is (221,189,254). Sum of RGB (Red+Green+Blue) = 221+189+254=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFE is #224201. Grayscale: #CDCDCD. Windows color (decimal): -2245122 or 16694749. OLE color: 16694749.
HSL color Cylindrical-coordinate representation of color #DDBDFE: hue angle of 269.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBDFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 189 | 254 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.00 |
| HSL | 269.54º | 0.97% | 0.87% | - |
| HSV(B) | 269.54º | 0.26% | 1% | - |
| XYZ | 65.91 | 58.92 | 101.67 | - |
| YUV | 205.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 254 | 0.13 | 0.26 | 0 | 0.00 | 269.54 | 0.97 | 0.87 |
| Hex | DD | BD | FE | D | 1A | 0 | 0 | 10E | 61 | 57 |
| Octal | 335 | 275 | 376 | 15 | 32 | 0 | 0 | 416 | 141 | 127 |
| Binary | 11011101 | 10111101 | 11111110 | 1101 | 11010 | 0 | 0 | 100001110 | 1100001 | 1010111 |
Color Harmonies of #DDBDFE
Complementary color
Monochromatic Colors of #DDBDFE
Black with #DDBDFE
Text Example
Text Example
White with #DDBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDFE; }
p { color: rgb(221,189,254); }
H1.HeaderClassName
{
color: #DDBDFE;
}
.AnyTagClassName
{
color: #DDBDFE;
}
</style>
background-color css
<style>
a { background-color: #DDBDFE; }
a { background-color: rgb(221,189,254); }
div.DivClassName
{
background-color: #DDBDFE;
}
.BgClassName
{
background-color: #DDBDFE;
}
</style>
border-color css
<style>
span { border-color: #DDBDFE; }
span { border-color: rgb(221,189,254); }
td.TdClassName
{
border-color: #DDBDFE;
}
.TagClassName
{
border-color: #DDBDFE;
}
</style>