Shades of Mauve #DDBCF2
Tints of Mauve #DDBCF2
RGB
CMYK
RGB Variations
Color information
#DDBCF2 (or 0xDDBCF2) is known color: Mauve. HEX triplet: DD, BC and F2. RGB value is (221,188,242). Sum of RGB (Red+Green+Blue) = 221+188+242=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF2 is #22430D. Grayscale: #CBCBCB. Windows color (decimal): -2245390 or 15908061. OLE color: 15908061.
HSL color Cylindrical-coordinate representation of color #DDBCF2: hue angle of 276.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBCF2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 188 | 242 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 276.67º | 0.68% | 0.84% | - |
| HSV(B) | 276.67º | 0.22% | 0.95% | - |
| XYZ | 63.83 | 57.75 | 91.79 | - |
| YUV | 204.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 242 | 0.09 | 0.22 | 0 | 0.05 | 276.67 | 0.68 | 0.84 |
| Hex | DD | BC | F2 | 9 | 16 | 0 | 5 | 115 | 44 | 54 |
| Octal | 335 | 274 | 362 | 11 | 26 | 0 | 5 | 425 | 104 | 124 |
| Binary | 11011101 | 10111100 | 11110010 | 1001 | 10110 | 0 | 101 | 100010101 | 1000100 | 1010100 |
Color Harmonies of #DDBCF2
Complementary color
Monochromatic Colors of #DDBCF2
Black with #DDBCF2
Text Example
Text Example
White with #DDBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCF2; }
p { color: rgb(221,188,242); }
H1.HeaderClassName
{
color: #DDBCF2;
}
.AnyTagClassName
{
color: #DDBCF2;
}
</style>
background-color css
<style>
a { background-color: #DDBCF2; }
a { background-color: rgb(221,188,242); }
div.DivClassName
{
background-color: #DDBCF2;
}
.BgClassName
{
background-color: #DDBCF2;
}
</style>
border-color css
<style>
span { border-color: #DDBCF2; }
span { border-color: rgb(221,188,242); }
td.TdClassName
{
border-color: #DDBCF2;
}
.TagClassName
{
border-color: #DDBCF2;
}
</style>