Shades of Mauve #DDBDEE
Tints of Mauve #DDBDEE
RGB
CMYK
RGB Variations
Color information
#DDBDEE (or 0xDDBDEE) is known color: Mauve. HEX triplet: DD, BD and EE. RGB value is (221,189,238). Sum of RGB (Red+Green+Blue) = 221+189+238=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEE is #224211. Grayscale: #CBCBCB. Windows color (decimal): -2245138 or 15646173. OLE color: 15646173.
HSL color Cylindrical-coordinate representation of color #DDBDEE: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBDEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 189 | 238 | - |
CMYK | 0.07 | 0.21 | 0 | 0.07 |
HSL | 279.18º | 0.59% | 0.84% | - |
HSV(B) | 279.18º | 0.21% | 0.93% | - |
XYZ | 63.45 | 57.94 | 88.73 | - |
YUV | 204.15 | 147.1 | 140.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 238 | 0.07 | 0.21 | 0 | 0.07 | 279.18 | 0.59 | 0.84 |
Hex | DD | BD | EE | 7 | 15 | 0 | 7 | 117 | 3B | 54 |
Octal | 335 | 275 | 356 | 7 | 25 | 0 | 7 | 427 | 73 | 124 |
Binary | 11011101 | 10111101 | 11101110 | 111 | 10101 | 0 | 111 | 100010111 | 111011 | 1010100 |
Color Harmonies of #DDBDEE
Complementary color
Monochromatic Colors of #DDBDEE
Black with #DDBDEE
Text Example
Text Example
White with #DDBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDEE; }
p { color: rgb(221,189,238); }
H1.HeaderClassName
{
color: #DDBDEE;
}
.AnyTagClassName
{
color: #DDBDEE;
}
</style>
background-color css
<style>
a { background-color: #DDBDEE; }
a { background-color: rgb(221,189,238); }
div.DivClassName
{
background-color: #DDBDEE;
}
.BgClassName
{
background-color: #DDBDEE;
}
</style>
border-color css
<style>
span { border-color: #DDBDEE; }
span { border-color: rgb(221,189,238); }
td.TdClassName
{
border-color: #DDBDEE;
}
.TagClassName
{
border-color: #DDBDEE;
}
</style>