Shades of Mauve #DDB2FE
Tints of Mauve #DDB2FE
RGB
CMYK
RGB Variations
Color information
#DDB2FE (or 0xDDB2FE) is known color: Mauve. HEX triplet: DD, B2 and FE. RGB value is (221,178,254). Sum of RGB (Red+Green+Blue) = 221+178+254=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FE is #224D01. Grayscale: #C7C7C7. Windows color (decimal): -2247938 or 16691933. OLE color: 16691933.
HSL color Cylindrical-coordinate representation of color #DDB2FE: hue angle of 273.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB2FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 178 | 254 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.00 |
| HSL | 273.95º | 0.97% | 0.85% | - |
| HSV(B) | 273.95º | 0.3% | 1% | - |
| XYZ | 63.63 | 54.37 | 100.91 | - |
| YUV | 199.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 254 | 0.13 | 0.30 | 0 | 0.00 | 273.95 | 0.97 | 0.85 |
| Hex | DD | B2 | FE | D | 1E | 0 | 0 | 112 | 61 | 55 |
| Octal | 335 | 262 | 376 | 15 | 36 | 0 | 0 | 422 | 141 | 125 |
| Binary | 11011101 | 10110010 | 11111110 | 1101 | 11110 | 0 | 0 | 100010010 | 1100001 | 1010101 |
Color Harmonies of #DDB2FE
Complementary color
Monochromatic Colors of #DDB2FE
Black with #DDB2FE
Text Example
Text Example
White with #DDB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FE; }
p { color: rgb(221,178,254); }
H1.HeaderClassName
{
color: #DDB2FE;
}
.AnyTagClassName
{
color: #DDB2FE;
}
</style>
background-color css
<style>
a { background-color: #DDB2FE; }
a { background-color: rgb(221,178,254); }
div.DivClassName
{
background-color: #DDB2FE;
}
.BgClassName
{
background-color: #DDB2FE;
}
</style>
border-color css
<style>
span { border-color: #DDB2FE; }
span { border-color: rgb(221,178,254); }
td.TdClassName
{
border-color: #DDB2FE;
}
.TagClassName
{
border-color: #DDB2FE;
}
</style>