Shades of Mauve #DDB2FC
Tints of Mauve #DDB2FC
RGB
CMYK
RGB Variations
Color information
#DDB2FC (or 0xDDB2FC) is known color: Mauve. HEX triplet: DD, B2 and FC. RGB value is (221,178,252). Sum of RGB (Red+Green+Blue) = 221+178+252=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FC is #224D03. Grayscale: #C7C7C7. Windows color (decimal): -2247940 or 16560861. OLE color: 16560861.
HSL color Cylindrical-coordinate representation of color #DDB2FC: hue angle of 274.86º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB2FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 178 | 252 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.01 |
| HSL | 274.86º | 0.93% | 0.84% | - |
| HSV(B) | 274.86º | 0.29% | 0.99% | - |
| XYZ | 63.31 | 54.24 | 99.23 | - |
| YUV | 199.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 252 | 0.12 | 0.29 | 0 | 0.01 | 274.86 | 0.93 | 0.84 |
| Hex | DD | B2 | FC | C | 1D | 0 | 1 | 113 | 5C | 54 |
| Octal | 335 | 262 | 374 | 14 | 35 | 0 | 1 | 423 | 134 | 124 |
| Binary | 11011101 | 10110010 | 11111100 | 1100 | 11101 | 0 | 1 | 100010011 | 1011100 | 1010100 |
Color Harmonies of #DDB2FC
Complementary color
Monochromatic Colors of #DDB2FC
Black with #DDB2FC
Text Example
Text Example
White with #DDB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FC; }
p { color: rgb(221,178,252); }
H1.HeaderClassName
{
color: #DDB2FC;
}
.AnyTagClassName
{
color: #DDB2FC;
}
</style>
background-color css
<style>
a { background-color: #DDB2FC; }
a { background-color: rgb(221,178,252); }
div.DivClassName
{
background-color: #DDB2FC;
}
.BgClassName
{
background-color: #DDB2FC;
}
</style>
border-color css
<style>
span { border-color: #DDB2FC; }
span { border-color: rgb(221,178,252); }
td.TdClassName
{
border-color: #DDB2FC;
}
.TagClassName
{
border-color: #DDB2FC;
}
</style>