Shades of Mauve #DDBAFC
Tints of Mauve #DDBAFC
RGB
CMYK
RGB Variations
Color information
#DDBAFC (or 0xDDBAFC) is known color: Mauve. HEX triplet: DD, BA and FC. RGB value is (221,186,252). Sum of RGB (Red+Green+Blue) = 221+186+252=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAFC is #224503. Grayscale: #CBCBCB. Windows color (decimal): -2245892 or 16562909. OLE color: 16562909.
HSL color Cylindrical-coordinate representation of color #DDBAFC: hue angle of 271.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBAFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 186 | 252 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 271.82º | 0.92% | 0.86% | - |
| HSV(B) | 271.82º | 0.26% | 0.99% | - |
| XYZ | 64.95 | 57.52 | 99.77 | - |
| YUV | 203.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 252 | 0.12 | 0.26 | 0 | 0.01 | 271.82 | 0.92 | 0.86 |
| Hex | DD | BA | FC | C | 1A | 0 | 1 | 110 | 5C | 56 |
| Octal | 335 | 272 | 374 | 14 | 32 | 0 | 1 | 420 | 134 | 126 |
| Binary | 11011101 | 10111010 | 11111100 | 1100 | 11010 | 0 | 1 | 100010000 | 1011100 | 1010110 |
Color Harmonies of #DDBAFC
Complementary color
Monochromatic Colors of #DDBAFC
Black with #DDBAFC
Text Example
Text Example
White with #DDBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAFC; }
p { color: rgb(221,186,252); }
H1.HeaderClassName
{
color: #DDBAFC;
}
.AnyTagClassName
{
color: #DDBAFC;
}
</style>
background-color css
<style>
a { background-color: #DDBAFC; }
a { background-color: rgb(221,186,252); }
div.DivClassName
{
background-color: #DDBAFC;
}
.BgClassName
{
background-color: #DDBAFC;
}
</style>
border-color css
<style>
span { border-color: #DDBAFC; }
span { border-color: rgb(221,186,252); }
td.TdClassName
{
border-color: #DDBAFC;
}
.TagClassName
{
border-color: #DDBAFC;
}
</style>