Shades of Mauve #DDB0EE
Tints of Mauve #DDB0EE
RGB
CMYK
RGB Variations
Color information
#DDB0EE (or 0xDDB0EE) is known color: Mauve. HEX triplet: DD, B0 and EE. RGB value is (221,176,238). Sum of RGB (Red+Green+Blue) = 221+176+238=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EE is #224F11. Grayscale: #C4C4C4. Windows color (decimal): -2248466 or 15642845. OLE color: 15642845.
HSL color Cylindrical-coordinate representation of color #DDB0EE: hue angle of 283.55º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB0EE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 176 | 238 | - |
CMYK | 0.07 | 0.26 | 0 | 0.07 |
HSL | 283.55º | 0.65% | 0.81% | - |
HSV(B) | 283.55º | 0.26% | 0.93% | - |
XYZ | 60.78 | 52.6 | 87.84 | - |
YUV | 196.52 | 151.41 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 176 | 238 | 0.07 | 0.26 | 0 | 0.07 | 283.55 | 0.65 | 0.81 |
Hex | DD | B0 | EE | 7 | 1A | 0 | 7 | 11C | 41 | 51 |
Octal | 335 | 260 | 356 | 7 | 32 | 0 | 7 | 434 | 101 | 121 |
Binary | 11011101 | 10110000 | 11101110 | 111 | 11010 | 0 | 111 | 100011100 | 1000001 | 1010001 |
Color Harmonies of #DDB0EE
Complementary color
Monochromatic Colors of #DDB0EE
Black with #DDB0EE
Text Example
Text Example
White with #DDB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0EE; }
p { color: rgb(221,176,238); }
H1.HeaderClassName
{
color: #DDB0EE;
}
.AnyTagClassName
{
color: #DDB0EE;
}
</style>
background-color css
<style>
a { background-color: #DDB0EE; }
a { background-color: rgb(221,176,238); }
div.DivClassName
{
background-color: #DDB0EE;
}
.BgClassName
{
background-color: #DDB0EE;
}
</style>
border-color css
<style>
span { border-color: #DDB0EE; }
span { border-color: rgb(221,176,238); }
td.TdClassName
{
border-color: #DDB0EE;
}
.TagClassName
{
border-color: #DDB0EE;
}
</style>