Shades of Mauve #DDBBEF
Tints of Mauve #DDBBEF
RGB
CMYK
RGB Variations
Color information
#DDBBEF (or 0xDDBBEF) is known color: Mauve. HEX triplet: DD, BB and EF. RGB value is (221,187,239). Sum of RGB (Red+Green+Blue) = 221+187+239=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDBBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEF is #224410. Grayscale: #CACACA. Windows color (decimal): -2245649 or 15711197. OLE color: 15711197.
HSL color Cylindrical-coordinate representation of color #DDBBEF: hue angle of 279.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBBEF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 187 | 239 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 279.23º | 0.62% | 0.84% | - |
| HSV(B) | 279.23º | 0.22% | 0.94% | - |
| XYZ | 63.17 | 57.14 | 89.36 | - |
| YUV | 203.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 239 | 0.08 | 0.22 | 0 | 0.06 | 279.23 | 0.62 | 0.84 |
| Hex | DD | BB | EF | 8 | 16 | 0 | 6 | 117 | 3E | 54 |
| Octal | 335 | 273 | 357 | 10 | 26 | 0 | 6 | 427 | 76 | 124 |
| Binary | 11011101 | 10111011 | 11101111 | 1000 | 10110 | 0 | 110 | 100010111 | 111110 | 1010100 |
Color Harmonies of #DDBBEF
Complementary color
Monochromatic Colors of #DDBBEF
Black with #DDBBEF
Text Example
Text Example
White with #DDBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBEF; }
p { color: rgb(221,187,239); }
H1.HeaderClassName
{
color: #DDBBEF;
}
.AnyTagClassName
{
color: #DDBBEF;
}
</style>
background-color css
<style>
a { background-color: #DDBBEF; }
a { background-color: rgb(221,187,239); }
div.DivClassName
{
background-color: #DDBBEF;
}
.BgClassName
{
background-color: #DDBBEF;
}
</style>
border-color css
<style>
span { border-color: #DDBBEF; }
span { border-color: rgb(221,187,239); }
td.TdClassName
{
border-color: #DDBBEF;
}
.TagClassName
{
border-color: #DDBBEF;
}
</style>