Shades of Mauve #DDB2FB
Tints of Mauve #DDB2FB
RGB
CMYK
RGB Variations
Color information
#DDB2FB (or 0xDDB2FB) is known color: Mauve. HEX triplet: DD, B2 and FB. RGB value is (221,178,251). Sum of RGB (Red+Green+Blue) = 221+178+251=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FB is #224D04. Grayscale: #C6C6C6. Windows color (decimal): -2247941 or 16495325. OLE color: 16495325.
HSL color Cylindrical-coordinate representation of color #DDB2FB: hue angle of 275.34º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB2FB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 178 | 251 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 275.34º | 0.9% | 0.84% | - |
| HSV(B) | 275.34º | 0.29% | 0.98% | - |
| XYZ | 63.15 | 54.18 | 98.4 | - |
| YUV | 199.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 251 | 0.12 | 0.29 | 0 | 0.02 | 275.34 | 0.9 | 0.84 |
| Hex | DD | B2 | FB | C | 1D | 0 | 2 | 113 | 5A | 54 |
| Octal | 335 | 262 | 373 | 14 | 35 | 0 | 2 | 423 | 132 | 124 |
| Binary | 11011101 | 10110010 | 11111011 | 1100 | 11101 | 0 | 10 | 100010011 | 1011010 | 1010100 |
Color Harmonies of #DDB2FB
Complementary color
Monochromatic Colors of #DDB2FB
Black with #DDB2FB
Text Example
Text Example
White with #DDB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FB; }
p { color: rgb(221,178,251); }
H1.HeaderClassName
{
color: #DDB2FB;
}
.AnyTagClassName
{
color: #DDB2FB;
}
</style>
background-color css
<style>
a { background-color: #DDB2FB; }
a { background-color: rgb(221,178,251); }
div.DivClassName
{
background-color: #DDB2FB;
}
.BgClassName
{
background-color: #DDB2FB;
}
</style>
border-color css
<style>
span { border-color: #DDB2FB; }
span { border-color: rgb(221,178,251); }
td.TdClassName
{
border-color: #DDB2FB;
}
.TagClassName
{
border-color: #DDB2FB;
}
</style>