Shades of Mauve #DDBBFD
Tints of Mauve #DDBBFD
RGB
CMYK
RGB Variations
Color information
#DDBBFD (or 0xDDBBFD) is known color: Mauve. HEX triplet: DD, BB and FD. RGB value is (221,187,253). Sum of RGB (Red+Green+Blue) = 221+187+253=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBFD is #224402. Grayscale: #CCCCCC. Windows color (decimal): -2245635 or 16628701. OLE color: 16628701.
HSL color Cylindrical-coordinate representation of color #DDBBFD: hue angle of 270.91º degrees, saturation: 0.94, 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 #DDBBFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 187 | 253 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 270.91º | 0.94% | 0.86% | - |
| HSV(B) | 270.91º | 0.26% | 0.99% | - |
| XYZ | 65.32 | 58 | 100.68 | - |
| YUV | 204.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 253 | 0.13 | 0.26 | 0 | 0.01 | 270.91 | 0.94 | 0.86 |
| Hex | DD | BB | FD | D | 1A | 0 | 1 | 10F | 5E | 56 |
| Octal | 335 | 273 | 375 | 15 | 32 | 0 | 1 | 417 | 136 | 126 |
| Binary | 11011101 | 10111011 | 11111101 | 1101 | 11010 | 0 | 1 | 100001111 | 1011110 | 1010110 |
Color Harmonies of #DDBBFD
Complementary color
Monochromatic Colors of #DDBBFD
Black with #DDBBFD
Text Example
Text Example
White with #DDBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBFD; }
p { color: rgb(221,187,253); }
H1.HeaderClassName
{
color: #DDBBFD;
}
.AnyTagClassName
{
color: #DDBBFD;
}
</style>
background-color css
<style>
a { background-color: #DDBBFD; }
a { background-color: rgb(221,187,253); }
div.DivClassName
{
background-color: #DDBBFD;
}
.BgClassName
{
background-color: #DDBBFD;
}
</style>
border-color css
<style>
span { border-color: #DDBBFD; }
span { border-color: rgb(221,187,253); }
td.TdClassName
{
border-color: #DDBBFD;
}
.TagClassName
{
border-color: #DDBBFD;
}
</style>