Shades of Mauve #DDC1FE
Tints of Mauve #DDC1FE
RGB
CMYK
RGB Variations
Color information
#DDC1FE (or 0xDDC1FE) is known color: Mauve. HEX triplet: DD, C1 and FE. RGB value is (221,193,254). Sum of RGB (Red+Green+Blue) = 221+193+254=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FE is #223E01. Grayscale: #D0D0D0. Windows color (decimal): -2244098 or 16695773. OLE color: 16695773.
HSL color Cylindrical-coordinate representation of color #DDC1FE: hue angle of 267.54º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC1FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 193 | 254 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.00 |
| HSL | 267.54º | 0.97% | 0.88% | - |
| HSV(B) | 267.54º | 0.24% | 1% | - |
| XYZ | 66.78 | 60.67 | 101.96 | - |
| YUV | 208.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 254 | 0.13 | 0.24 | 0 | 0.00 | 267.54 | 0.97 | 0.88 |
| Hex | DD | C1 | FE | D | 18 | 0 | 0 | 10C | 61 | 58 |
| Octal | 335 | 301 | 376 | 15 | 30 | 0 | 0 | 414 | 141 | 130 |
| Binary | 11011101 | 11000001 | 11111110 | 1101 | 11000 | 0 | 0 | 100001100 | 1100001 | 1011000 |
Color Harmonies of #DDC1FE
Complementary color
Monochromatic Colors of #DDC1FE
Black with #DDC1FE
Text Example
Text Example
White with #DDC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1FE; }
p { color: rgb(221,193,254); }
H1.HeaderClassName
{
color: #DDC1FE;
}
.AnyTagClassName
{
color: #DDC1FE;
}
</style>
background-color css
<style>
a { background-color: #DDC1FE; }
a { background-color: rgb(221,193,254); }
div.DivClassName
{
background-color: #DDC1FE;
}
.BgClassName
{
background-color: #DDC1FE;
}
</style>
border-color css
<style>
span { border-color: #DDC1FE; }
span { border-color: rgb(221,193,254); }
td.TdClassName
{
border-color: #DDC1FE;
}
.TagClassName
{
border-color: #DDC1FE;
}
</style>