Shades of Mauve #DDB1EB
Tints of Mauve #DDB1EB
RGB
CMYK
RGB Variations
Color information
#DDB1EB (or 0xDDB1EB) is known color: Mauve. HEX triplet: DD, B1 and EB. RGB value is (221,177,235). Sum of RGB (Red+Green+Blue) = 221+177+235=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EB is #224E14. Grayscale: #C4C4C4. Windows color (decimal): -2248213 or 15446493. OLE color: 15446493.
HSL color Cylindrical-coordinate representation of color #DDB1EB: hue angle of 285.52º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB1EB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 177 | 235 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.08 |
| HSL | 285.52º | 0.59% | 0.81% | - |
| HSV(B) | 285.52º | 0.25% | 0.92% | - |
| XYZ | 60.54 | 52.81 | 85.6 | - |
| YUV | 196.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 235 | 0.06 | 0.25 | 0 | 0.08 | 285.52 | 0.59 | 0.81 |
| Hex | DD | B1 | EB | 6 | 19 | 0 | 8 | 11E | 3B | 51 |
| Octal | 335 | 261 | 353 | 6 | 31 | 0 | 10 | 436 | 73 | 121 |
| Binary | 11011101 | 10110001 | 11101011 | 110 | 11001 | 0 | 1000 | 100011110 | 111011 | 1010001 |
Color Harmonies of #DDB1EB
Complementary color
Monochromatic Colors of #DDB1EB
Black with #DDB1EB
Text Example
Text Example
White with #DDB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1EB; }
p { color: rgb(221,177,235); }
H1.HeaderClassName
{
color: #DDB1EB;
}
.AnyTagClassName
{
color: #DDB1EB;
}
</style>
background-color css
<style>
a { background-color: #DDB1EB; }
a { background-color: rgb(221,177,235); }
div.DivClassName
{
background-color: #DDB1EB;
}
.BgClassName
{
background-color: #DDB1EB;
}
</style>
border-color css
<style>
span { border-color: #DDB1EB; }
span { border-color: rgb(221,177,235); }
td.TdClassName
{
border-color: #DDB1EB;
}
.TagClassName
{
border-color: #DDB1EB;
}
</style>