Shades of Mauve #DDC1FC
Tints of Mauve #DDC1FC
RGB
CMYK
RGB Variations
Color information
#DDC1FC (or 0xDDC1FC) is known color: Mauve. HEX triplet: DD, C1 and FC. RGB value is (221,193,252). Sum of RGB (Red+Green+Blue) = 221+193+252=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FC is #223E03. Grayscale: #CFCFCF. Windows color (decimal): -2244100 or 16564701. OLE color: 16564701.
HSL color Cylindrical-coordinate representation of color #DDC1FC: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC1FC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 193 | 252 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.01 |
| HSL | 268.47º | 0.91% | 0.87% | - |
| HSV(B) | 268.47º | 0.23% | 0.99% | - |
| XYZ | 66.46 | 60.54 | 100.28 | - |
| YUV | 208.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 252 | 0.12 | 0.23 | 0 | 0.01 | 268.47 | 0.91 | 0.87 |
| Hex | DD | C1 | FC | C | 17 | 0 | 1 | 10C | 5B | 57 |
| Octal | 335 | 301 | 374 | 14 | 27 | 0 | 1 | 414 | 133 | 127 |
| Binary | 11011101 | 11000001 | 11111100 | 1100 | 10111 | 0 | 1 | 100001100 | 1011011 | 1010111 |
Color Harmonies of #DDC1FC
Complementary color
Monochromatic Colors of #DDC1FC
Black with #DDC1FC
Text Example
Text Example
White with #DDC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1FC; }
p { color: rgb(221,193,252); }
H1.HeaderClassName
{
color: #DDC1FC;
}
.AnyTagClassName
{
color: #DDC1FC;
}
</style>
background-color css
<style>
a { background-color: #DDC1FC; }
a { background-color: rgb(221,193,252); }
div.DivClassName
{
background-color: #DDC1FC;
}
.BgClassName
{
background-color: #DDC1FC;
}
</style>
border-color css
<style>
span { border-color: #DDC1FC; }
span { border-color: rgb(221,193,252); }
td.TdClassName
{
border-color: #DDC1FC;
}
.TagClassName
{
border-color: #DDC1FC;
}
</style>