Shades of Mauve #DDBCEE
Tints of Mauve #DDBCEE
RGB
CMYK
RGB Variations
Color information
#DDBCEE (or 0xDDBCEE) is known color: Mauve. HEX triplet: DD, BC and EE. RGB value is (221,188,238). Sum of RGB (Red+Green+Blue) = 221+188+238=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCEE is #224311. Grayscale: #CBCBCB. Windows color (decimal): -2245394 or 15645917. OLE color: 15645917.
HSL color Cylindrical-coordinate representation of color #DDBCEE: hue angle of 279.6º degrees, saturation: 0.6, 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 #DDBCEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 188 | 238 | - |
CMYK | 0.07 | 0.21 | 0 | 0.07 |
HSL | 279.6º | 0.6% | 0.84% | - |
HSV(B) | 279.6º | 0.21% | 0.93% | - |
XYZ | 63.23 | 57.51 | 88.66 | - |
YUV | 203.57 | 147.43 | 140.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 188 | 238 | 0.07 | 0.21 | 0 | 0.07 | 279.6 | 0.6 | 0.84 |
Hex | DD | BC | EE | 7 | 15 | 0 | 7 | 118 | 3C | 54 |
Octal | 335 | 274 | 356 | 7 | 25 | 0 | 7 | 430 | 74 | 124 |
Binary | 11011101 | 10111100 | 11101110 | 111 | 10101 | 0 | 111 | 100011000 | 111100 | 1010100 |
Color Harmonies of #DDBCEE
Complementary color
Monochromatic Colors of #DDBCEE
Black with #DDBCEE
Text Example
Text Example
White with #DDBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCEE; }
p { color: rgb(221,188,238); }
H1.HeaderClassName
{
color: #DDBCEE;
}
.AnyTagClassName
{
color: #DDBCEE;
}
</style>
background-color css
<style>
a { background-color: #DDBCEE; }
a { background-color: rgb(221,188,238); }
div.DivClassName
{
background-color: #DDBCEE;
}
.BgClassName
{
background-color: #DDBCEE;
}
</style>
border-color css
<style>
span { border-color: #DDBCEE; }
span { border-color: rgb(221,188,238); }
td.TdClassName
{
border-color: #DDBCEE;
}
.TagClassName
{
border-color: #DDBCEE;
}
</style>