Shades of Mauve #DDB1EA
Tints of Mauve #DDB1EA
RGB
CMYK
RGB Variations
Color information
#DDB1EA (or 0xDDB1EA) is known color: Mauve. HEX triplet: DD, B1 and EA. RGB value is (221,177,234). Sum of RGB (Red+Green+Blue) = 221+177+234=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EA is #224E15. Grayscale: #C4C4C4. Windows color (decimal): -2248214 or 15380957. OLE color: 15380957.
HSL color Cylindrical-coordinate representation of color #DDB1EA: hue angle of 286.32º degrees, saturation: 0.58, 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 #DDB1EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 177 | 234 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.08 |
| HSL | 286.32º | 0.58% | 0.81% | - |
| HSV(B) | 286.32º | 0.24% | 0.92% | - |
| XYZ | 60.39 | 52.76 | 84.84 | - |
| YUV | 196.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 234 | 0.06 | 0.24 | 0 | 0.08 | 286.32 | 0.58 | 0.81 |
| Hex | DD | B1 | EA | 6 | 18 | 0 | 8 | 11E | 3A | 51 |
| Octal | 335 | 261 | 352 | 6 | 30 | 0 | 10 | 436 | 72 | 121 |
| Binary | 11011101 | 10110001 | 11101010 | 110 | 11000 | 0 | 1000 | 100011110 | 111010 | 1010001 |
Color Harmonies of #DDB1EA
Complementary color
Monochromatic Colors of #DDB1EA
Black with #DDB1EA
Text Example
Text Example
White with #DDB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1EA; }
p { color: rgb(221,177,234); }
H1.HeaderClassName
{
color: #DDB1EA;
}
.AnyTagClassName
{
color: #DDB1EA;
}
</style>
background-color css
<style>
a { background-color: #DDB1EA; }
a { background-color: rgb(221,177,234); }
div.DivClassName
{
background-color: #DDB1EA;
}
.BgClassName
{
background-color: #DDB1EA;
}
</style>
border-color css
<style>
span { border-color: #DDB1EA; }
span { border-color: rgb(221,177,234); }
td.TdClassName
{
border-color: #DDB1EA;
}
.TagClassName
{
border-color: #DDB1EA;
}
</style>