Shades of Mauve #DDB2EA
Tints of Mauve #DDB2EA
RGB
CMYK
RGB Variations
Color information
#DDB2EA (or 0xDDB2EA) is known color: Mauve. HEX triplet: DD, B2 and EA. RGB value is (221,178,234). Sum of RGB (Red+Green+Blue) = 221+178+234=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EA is #224D15. Grayscale: #C5C5C5. Windows color (decimal): -2247958 or 15381213. OLE color: 15381213.
HSL color Cylindrical-coordinate representation of color #DDB2EA: hue angle of 286.07º degrees, saturation: 0.57, 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 #DDB2EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 178 | 234 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.08 |
| HSL | 286.07º | 0.57% | 0.81% | - |
| HSV(B) | 286.07º | 0.24% | 0.92% | - |
| XYZ | 60.59 | 53.15 | 84.91 | - |
| YUV | 197.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 234 | 0.06 | 0.24 | 0 | 0.08 | 286.07 | 0.57 | 0.81 |
| Hex | DD | B2 | EA | 6 | 18 | 0 | 8 | 11E | 39 | 51 |
| Octal | 335 | 262 | 352 | 6 | 30 | 0 | 10 | 436 | 71 | 121 |
| Binary | 11011101 | 10110010 | 11101010 | 110 | 11000 | 0 | 1000 | 100011110 | 111001 | 1010001 |
Color Harmonies of #DDB2EA
Complementary color
Monochromatic Colors of #DDB2EA
Black with #DDB2EA
Text Example
Text Example
White with #DDB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2EA; }
p { color: rgb(221,178,234); }
H1.HeaderClassName
{
color: #DDB2EA;
}
.AnyTagClassName
{
color: #DDB2EA;
}
</style>
background-color css
<style>
a { background-color: #DDB2EA; }
a { background-color: rgb(221,178,234); }
div.DivClassName
{
background-color: #DDB2EA;
}
.BgClassName
{
background-color: #DDB2EA;
}
</style>
border-color css
<style>
span { border-color: #DDB2EA; }
span { border-color: rgb(221,178,234); }
td.TdClassName
{
border-color: #DDB2EA;
}
.TagClassName
{
border-color: #DDB2EA;
}
</style>