Shades of Mauve #DDB2EB
Tints of Mauve #DDB2EB
RGB
CMYK
RGB Variations
Color information
#DDB2EB (or 0xDDB2EB) is known color: Mauve. HEX triplet: DD, B2 and EB. RGB value is (221,178,235). Sum of RGB (Red+Green+Blue) = 221+178+235=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EB is #224D14. Grayscale: #C5C5C5. Windows color (decimal): -2247957 or 15446749. OLE color: 15446749.
HSL color Cylindrical-coordinate representation of color #DDB2EB: hue angle of 285.26º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB2EB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 178 | 235 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.08 |
| HSL | 285.26º | 0.59% | 0.81% | - |
| HSV(B) | 285.26º | 0.24% | 0.92% | - |
| XYZ | 60.73 | 53.21 | 85.67 | - |
| YUV | 197.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 235 | 0.06 | 0.24 | 0 | 0.08 | 285.26 | 0.59 | 0.81 |
| Hex | DD | B2 | EB | 6 | 18 | 0 | 8 | 11D | 3B | 51 |
| Octal | 335 | 262 | 353 | 6 | 30 | 0 | 10 | 435 | 73 | 121 |
| Binary | 11011101 | 10110010 | 11101011 | 110 | 11000 | 0 | 1000 | 100011101 | 111011 | 1010001 |
Color Harmonies of #DDB2EB
Complementary color
Monochromatic Colors of #DDB2EB
Black with #DDB2EB
Text Example
Text Example
White with #DDB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2EB; }
p { color: rgb(221,178,235); }
H1.HeaderClassName
{
color: #DDB2EB;
}
.AnyTagClassName
{
color: #DDB2EB;
}
</style>
background-color css
<style>
a { background-color: #DDB2EB; }
a { background-color: rgb(221,178,235); }
div.DivClassName
{
background-color: #DDB2EB;
}
.BgClassName
{
background-color: #DDB2EB;
}
</style>
border-color css
<style>
span { border-color: #DDB2EB; }
span { border-color: rgb(221,178,235); }
td.TdClassName
{
border-color: #DDB2EB;
}
.TagClassName
{
border-color: #DDB2EB;
}
</style>