Shades of Mauve #DDBFF1
Tints of Mauve #DDBFF1
RGB
CMYK
RGB Variations
Color information
#DDBFF1 (or 0xDDBFF1) is known color: Mauve. HEX triplet: DD, BF and F1. RGB value is (221,191,241). Sum of RGB (Red+Green+Blue) = 221+191+241=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF1 is #22400E. Grayscale: #CDCDCD. Windows color (decimal): -2244623 or 15843293. OLE color: 15843293.
HSL color Cylindrical-coordinate representation of color #DDBFF1: hue angle of 276º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBFF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 191 | 241 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276º | 0.64% | 0.85% | - |
| HSV(B) | 276º | 0.21% | 0.95% | - |
| XYZ | 64.33 | 58.98 | 91.21 | - |
| YUV | 205.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 241 | 0.08 | 0.21 | 0 | 0.05 | 276 | 0.64 | 0.85 |
| Hex | DD | BF | F1 | 8 | 15 | 0 | 5 | 114 | 40 | 55 |
| Octal | 335 | 277 | 361 | 10 | 25 | 0 | 5 | 424 | 100 | 125 |
| Binary | 11011101 | 10111111 | 11110001 | 1000 | 10101 | 0 | 101 | 100010100 | 1000000 | 1010101 |
Color Harmonies of #DDBFF1
Complementary color
Monochromatic Colors of #DDBFF1
Black with #DDBFF1
Text Example
Text Example
White with #DDBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFF1; }
p { color: rgb(221,191,241); }
H1.HeaderClassName
{
color: #DDBFF1;
}
.AnyTagClassName
{
color: #DDBFF1;
}
</style>
background-color css
<style>
a { background-color: #DDBFF1; }
a { background-color: rgb(221,191,241); }
div.DivClassName
{
background-color: #DDBFF1;
}
.BgClassName
{
background-color: #DDBFF1;
}
</style>
border-color css
<style>
span { border-color: #DDBFF1; }
span { border-color: rgb(221,191,241); }
td.TdClassName
{
border-color: #DDBFF1;
}
.TagClassName
{
border-color: #DDBFF1;
}
</style>