Shades of Mauve #DDB1EE
Tints of Mauve #DDB1EE
RGB
CMYK
RGB Variations
Color information
#DDB1EE (or 0xDDB1EE) is known color: Mauve. HEX triplet: DD, B1 and EE. RGB value is (221,177,238). Sum of RGB (Red+Green+Blue) = 221+177+238=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EE is #224E11. Grayscale: #C4C4C4. Windows color (decimal): -2248210 or 15643101. OLE color: 15643101.
HSL color Cylindrical-coordinate representation of color #DDB1EE: hue angle of 283.28º degrees, saturation: 0.64, 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 #DDB1EE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 177 | 238 | - |
CMYK | 0.07 | 0.26 | 0 | 0.07 |
HSL | 283.28º | 0.64% | 0.81% | - |
HSV(B) | 283.28º | 0.26% | 0.93% | - |
XYZ | 60.97 | 52.99 | 87.9 | - |
YUV | 197.11 | 151.08 | 145.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 238 | 0.07 | 0.26 | 0 | 0.07 | 283.28 | 0.64 | 0.81 |
Hex | DD | B1 | EE | 7 | 1A | 0 | 7 | 11B | 40 | 51 |
Octal | 335 | 261 | 356 | 7 | 32 | 0 | 7 | 433 | 100 | 121 |
Binary | 11011101 | 10110001 | 11101110 | 111 | 11010 | 0 | 111 | 100011011 | 1000000 | 1010001 |
Color Harmonies of #DDB1EE
Complementary color
Monochromatic Colors of #DDB1EE
Black with #DDB1EE
Text Example
Text Example
White with #DDB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1EE; }
p { color: rgb(221,177,238); }
H1.HeaderClassName
{
color: #DDB1EE;
}
.AnyTagClassName
{
color: #DDB1EE;
}
</style>
background-color css
<style>
a { background-color: #DDB1EE; }
a { background-color: rgb(221,177,238); }
div.DivClassName
{
background-color: #DDB1EE;
}
.BgClassName
{
background-color: #DDB1EE;
}
</style>
border-color css
<style>
span { border-color: #DDB1EE; }
span { border-color: rgb(221,177,238); }
td.TdClassName
{
border-color: #DDB1EE;
}
.TagClassName
{
border-color: #DDB1EE;
}
</style>