Shades of Mauve #DDBFF5
Tints of Mauve #DDBFF5
RGB
CMYK
RGB Variations
Color information
#DDBFF5 (or 0xDDBFF5) is known color: Mauve. HEX triplet: DD, BF and F5. RGB value is (221,191,245). Sum of RGB (Red+Green+Blue) = 221+191+245=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF5 is #22400A. Grayscale: #CDCDCD. Windows color (decimal): -2244619 or 16105437. OLE color: 16105437.
HSL color Cylindrical-coordinate representation of color #DDBFF5: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBFF5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 191 | 245 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.04 |
| HSL | 273.33º | 0.73% | 0.85% | - |
| HSV(B) | 273.33º | 0.22% | 0.96% | - |
| XYZ | 64.93 | 59.23 | 94.4 | - |
| YUV | 206.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 245 | 0.10 | 0.22 | 0 | 0.04 | 273.33 | 0.73 | 0.85 |
| Hex | DD | BF | F5 | A | 16 | 0 | 4 | 111 | 49 | 55 |
| Octal | 335 | 277 | 365 | 12 | 26 | 0 | 4 | 421 | 111 | 125 |
| Binary | 11011101 | 10111111 | 11110101 | 1010 | 10110 | 0 | 100 | 100010001 | 1001001 | 1010101 |
Color Harmonies of #DDBFF5
Complementary color
Monochromatic Colors of #DDBFF5
Black with #DDBFF5
Text Example
Text Example
White with #DDBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFF5; }
p { color: rgb(221,191,245); }
H1.HeaderClassName
{
color: #DDBFF5;
}
.AnyTagClassName
{
color: #DDBFF5;
}
</style>
background-color css
<style>
a { background-color: #DDBFF5; }
a { background-color: rgb(221,191,245); }
div.DivClassName
{
background-color: #DDBFF5;
}
.BgClassName
{
background-color: #DDBFF5;
}
</style>
border-color css
<style>
span { border-color: #DDBFF5; }
span { border-color: rgb(221,191,245); }
td.TdClassName
{
border-color: #DDBFF5;
}
.TagClassName
{
border-color: #DDBFF5;
}
</style>