Shades of Mauve #DDB8FD
Tints of Mauve #DDB8FD
RGB
CMYK
RGB Variations
Color information
#DDB8FD (or 0xDDB8FD) is known color: Mauve. HEX triplet: DD, B8 and FD. RGB value is (221,184,253). Sum of RGB (Red+Green+Blue) = 221+184+253=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FD is #224702. Grayscale: #CACACA. Windows color (decimal): -2246403 or 16627933. OLE color: 16627933.
HSL color Cylindrical-coordinate representation of color #DDB8FD: hue angle of 272.17º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB8FD is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 184 | 253 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.01 |
| HSL | 272.17º | 0.95% | 0.86% | - |
| HSV(B) | 272.17º | 0.27% | 0.99% | - |
| XYZ | 64.69 | 56.74 | 100.47 | - |
| YUV | 202.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 253 | 0.13 | 0.27 | 0 | 0.01 | 272.17 | 0.95 | 0.86 |
| Hex | DD | B8 | FD | D | 1B | 0 | 1 | 110 | 5F | 56 |
| Octal | 335 | 270 | 375 | 15 | 33 | 0 | 1 | 420 | 137 | 126 |
| Binary | 11011101 | 10111000 | 11111101 | 1101 | 11011 | 0 | 1 | 100010000 | 1011111 | 1010110 |
Color Harmonies of #DDB8FD
Complementary color
Monochromatic Colors of #DDB8FD
Black with #DDB8FD
Text Example
Text Example
White with #DDB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8FD; }
p { color: rgb(221,184,253); }
H1.HeaderClassName
{
color: #DDB8FD;
}
.AnyTagClassName
{
color: #DDB8FD;
}
</style>
background-color css
<style>
a { background-color: #DDB8FD; }
a { background-color: rgb(221,184,253); }
div.DivClassName
{
background-color: #DDB8FD;
}
.BgClassName
{
background-color: #DDB8FD;
}
</style>
border-color css
<style>
span { border-color: #DDB8FD; }
span { border-color: rgb(221,184,253); }
td.TdClassName
{
border-color: #DDB8FD;
}
.TagClassName
{
border-color: #DDB8FD;
}
</style>