Shades of Mauve #DDB8FB
Tints of Mauve #DDB8FB
RGB
CMYK
RGB Variations
Color information
#DDB8FB (or 0xDDB8FB) is known color: Mauve. HEX triplet: DD, B8 and FB. RGB value is (221,184,251). Sum of RGB (Red+Green+Blue) = 221+184+251=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FB is #224704. Grayscale: #CACACA. Windows color (decimal): -2246405 or 16496861. OLE color: 16496861.
HSL color Cylindrical-coordinate representation of color #DDB8FB: hue angle of 273.13º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB8FB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 184 | 251 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.02 |
| HSL | 273.13º | 0.89% | 0.85% | - |
| HSV(B) | 273.13º | 0.27% | 0.98% | - |
| XYZ | 64.37 | 56.62 | 98.8 | - |
| YUV | 202.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 251 | 0.12 | 0.27 | 0 | 0.02 | 273.13 | 0.89 | 0.85 |
| Hex | DD | B8 | FB | C | 1B | 0 | 2 | 111 | 59 | 55 |
| Octal | 335 | 270 | 373 | 14 | 33 | 0 | 2 | 421 | 131 | 125 |
| Binary | 11011101 | 10111000 | 11111011 | 1100 | 11011 | 0 | 10 | 100010001 | 1011001 | 1010101 |
Color Harmonies of #DDB8FB
Complementary color
Monochromatic Colors of #DDB8FB
Black with #DDB8FB
Text Example
Text Example
White with #DDB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8FB; }
p { color: rgb(221,184,251); }
H1.HeaderClassName
{
color: #DDB8FB;
}
.AnyTagClassName
{
color: #DDB8FB;
}
</style>
background-color css
<style>
a { background-color: #DDB8FB; }
a { background-color: rgb(221,184,251); }
div.DivClassName
{
background-color: #DDB8FB;
}
.BgClassName
{
background-color: #DDB8FB;
}
</style>
border-color css
<style>
span { border-color: #DDB8FB; }
span { border-color: rgb(221,184,251); }
td.TdClassName
{
border-color: #DDB8FB;
}
.TagClassName
{
border-color: #DDB8FB;
}
</style>