Shades of Mauve #DDA5FB
Tints of Mauve #DDA5FB
RGB
CMYK
RGB Variations
Color information
#DDA5FB (or 0xDDA5FB) is known color: Mauve. HEX triplet: DD, A5 and FB. RGB value is (221,165,251). Sum of RGB (Red+Green+Blue) = 221+165+251=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FB is #225A04. Grayscale: #BFBFBF. Windows color (decimal): -2251269 or 16491997. OLE color: 16491997.
HSL color Cylindrical-coordinate representation of color #DDA5FB: hue angle of 279.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA5FB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 165 | 251 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.02 |
| HSL | 279.07º | 0.91% | 0.82% | - |
| HSV(B) | 279.07º | 0.34% | 0.98% | - |
| XYZ | 60.69 | 49.25 | 97.57 | - |
| YUV | 191.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 251 | 0.12 | 0.34 | 0 | 0.02 | 279.07 | 0.91 | 0.82 |
| Hex | DD | A5 | FB | C | 22 | 0 | 2 | 117 | 5B | 52 |
| Octal | 335 | 245 | 373 | 14 | 42 | 0 | 2 | 427 | 133 | 122 |
| Binary | 11011101 | 10100101 | 11111011 | 1100 | 100010 | 0 | 10 | 100010111 | 1011011 | 1010010 |
Color Harmonies of #DDA5FB
Complementary color
Monochromatic Colors of #DDA5FB
Black with #DDA5FB
Text Example
Text Example
White with #DDA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5FB; }
p { color: rgb(221,165,251); }
H1.HeaderClassName
{
color: #DDA5FB;
}
.AnyTagClassName
{
color: #DDA5FB;
}
</style>
background-color css
<style>
a { background-color: #DDA5FB; }
a { background-color: rgb(221,165,251); }
div.DivClassName
{
background-color: #DDA5FB;
}
.BgClassName
{
background-color: #DDA5FB;
}
</style>
border-color css
<style>
span { border-color: #DDA5FB; }
span { border-color: rgb(221,165,251); }
td.TdClassName
{
border-color: #DDA5FB;
}
.TagClassName
{
border-color: #DDA5FB;
}
</style>