Shades of Mauve #DDBBFF
Tints of Mauve #DDBBFF
RGB
CMYK
RGB Variations
Color information
#DDBBFF (or 0xDDBBFF) is known color: Mauve. HEX triplet: DD, BB and FF. RGB value is (221,187,255). Sum of RGB (Red+Green+Blue) = 221+187+255=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBFF is #224400. Grayscale: #CCCCCC. Windows color (decimal): -2245633 or 16759773. OLE color: 16759773.
HSL color Cylindrical-coordinate representation of color #DDBBFF: hue angle of 270º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDBBFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 187 | 255 | - |
| CMYK | 0.13 | 0.27 | 0 | 0 |
| HSL | 270º | 1% | 0.87% | - |
| HSV(B) | 270º | 0.27% | 1% | - |
| XYZ | 65.64 | 58.13 | 102.37 | - |
| YUV | 204.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 255 | 0.13 | 0.27 | 0 | 0 | 270 | 1 | 0.87 |
| Hex | DD | BB | FF | D | 1B | 0 | 0 | 10E | 64 | 57 |
| Octal | 335 | 273 | 377 | 15 | 33 | 0 | 0 | 416 | 144 | 127 |
| Binary | 11011101 | 10111011 | 11111111 | 1101 | 11011 | 0 | 0 | 100001110 | 1100100 | 1010111 |
Color Harmonies of #DDBBFF
Complementary color
Monochromatic Colors of #DDBBFF
Black with #DDBBFF
Text Example
Text Example
White with #DDBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBFF; }
p { color: rgb(221,187,255); }
H1.HeaderClassName
{
color: #DDBBFF;
}
.AnyTagClassName
{
color: #DDBBFF;
}
</style>
background-color css
<style>
a { background-color: #DDBBFF; }
a { background-color: rgb(221,187,255); }
div.DivClassName
{
background-color: #DDBBFF;
}
.BgClassName
{
background-color: #DDBBFF;
}
</style>
border-color css
<style>
span { border-color: #DDBBFF; }
span { border-color: rgb(221,187,255); }
td.TdClassName
{
border-color: #DDBBFF;
}
.TagClassName
{
border-color: #DDBBFF;
}
</style>