Shades of Mauve #DDBEF1
Tints of Mauve #DDBEF1
RGB
CMYK
RGB Variations
Color information
#DDBEF1 (or 0xDDBEF1) is known color: Mauve. HEX triplet: DD, BE and F1. RGB value is (221,190,241). Sum of RGB (Red+Green+Blue) = 221+190+241=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF1 is #22410E. Grayscale: #CCCCCC. Windows color (decimal): -2244879 or 15843037. OLE color: 15843037.
HSL color Cylindrical-coordinate representation of color #DDBEF1: hue angle of 276.47º degrees, saturation: 0.65, 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 #DDBEF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 190 | 241 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276.47º | 0.65% | 0.85% | - |
| HSV(B) | 276.47º | 0.21% | 0.95% | - |
| XYZ | 64.11 | 58.55 | 91.14 | - |
| YUV | 205.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 241 | 0.08 | 0.21 | 0 | 0.05 | 276.47 | 0.65 | 0.85 |
| Hex | DD | BE | F1 | 8 | 15 | 0 | 5 | 114 | 41 | 55 |
| Octal | 335 | 276 | 361 | 10 | 25 | 0 | 5 | 424 | 101 | 125 |
| Binary | 11011101 | 10111110 | 11110001 | 1000 | 10101 | 0 | 101 | 100010100 | 1000001 | 1010101 |
Color Harmonies of #DDBEF1
Complementary color
Monochromatic Colors of #DDBEF1
Black with #DDBEF1
Text Example
Text Example
White with #DDBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEF1; }
p { color: rgb(221,190,241); }
H1.HeaderClassName
{
color: #DDBEF1;
}
.AnyTagClassName
{
color: #DDBEF1;
}
</style>
background-color css
<style>
a { background-color: #DDBEF1; }
a { background-color: rgb(221,190,241); }
div.DivClassName
{
background-color: #DDBEF1;
}
.BgClassName
{
background-color: #DDBEF1;
}
</style>
border-color css
<style>
span { border-color: #DDBEF1; }
span { border-color: rgb(221,190,241); }
td.TdClassName
{
border-color: #DDBEF1;
}
.TagClassName
{
border-color: #DDBEF1;
}
</style>