Shades of Mauve #DDC0FD
Tints of Mauve #DDC0FD
RGB
CMYK
RGB Variations
Color information
#DDC0FD (or 0xDDC0FD) is known color: Mauve. HEX triplet: DD, C0 and FD. RGB value is (221,192,253). Sum of RGB (Red+Green+Blue) = 221+192+253=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FD is #223F02. Grayscale: #CFCFCF. Windows color (decimal): -2244355 or 16629981. OLE color: 16629981.
HSL color Cylindrical-coordinate representation of color #DDC0FD: hue angle of 268.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC0FD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 192 | 253 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.01 |
| HSL | 268.52º | 0.94% | 0.87% | - |
| HSV(B) | 268.52º | 0.24% | 0.99% | - |
| XYZ | 66.4 | 60.16 | 101.04 | - |
| YUV | 207.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 253 | 0.13 | 0.24 | 0 | 0.01 | 268.52 | 0.94 | 0.87 |
| Hex | DD | C0 | FD | D | 18 | 0 | 1 | 10D | 5E | 57 |
| Octal | 335 | 300 | 375 | 15 | 30 | 0 | 1 | 415 | 136 | 127 |
| Binary | 11011101 | 11000000 | 11111101 | 1101 | 11000 | 0 | 1 | 100001101 | 1011110 | 1010111 |
Color Harmonies of #DDC0FD
Complementary color
Monochromatic Colors of #DDC0FD
Black with #DDC0FD
Text Example
Text Example
White with #DDC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0FD; }
p { color: rgb(221,192,253); }
H1.HeaderClassName
{
color: #DDC0FD;
}
.AnyTagClassName
{
color: #DDC0FD;
}
</style>
background-color css
<style>
a { background-color: #DDC0FD; }
a { background-color: rgb(221,192,253); }
div.DivClassName
{
background-color: #DDC0FD;
}
.BgClassName
{
background-color: #DDC0FD;
}
</style>
border-color css
<style>
span { border-color: #DDC0FD; }
span { border-color: rgb(221,192,253); }
td.TdClassName
{
border-color: #DDC0FD;
}
.TagClassName
{
border-color: #DDC0FD;
}
</style>