Shades of Mauve #DDB2F0
Tints of Mauve #DDB2F0
RGB
CMYK
RGB Variations
Color information
#DDB2F0 (or 0xDDB2F0) is known color: Mauve. HEX triplet: DD, B2 and F0. RGB value is (221,178,240). Sum of RGB (Red+Green+Blue) = 221+178+240=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDB2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2F0 is #224D0F. Grayscale: #C5C5C5. Windows color (decimal): -2247952 or 15774429. OLE color: 15774429.
HSL color Cylindrical-coordinate representation of color #DDB2F0: hue angle of 281.61º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB2F0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 178 | 240 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.06 |
| HSL | 281.61º | 0.67% | 0.82% | - |
| HSV(B) | 281.61º | 0.26% | 0.94% | - |
| XYZ | 61.47 | 53.5 | 89.53 | - |
| YUV | 197.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 240 | 0.08 | 0.26 | 0 | 0.06 | 281.61 | 0.67 | 0.82 |
| Hex | DD | B2 | F0 | 8 | 1A | 0 | 6 | 11A | 43 | 52 |
| Octal | 335 | 262 | 360 | 10 | 32 | 0 | 6 | 432 | 103 | 122 |
| Binary | 11011101 | 10110010 | 11110000 | 1000 | 11010 | 0 | 110 | 100011010 | 1000011 | 1010010 |
Color Harmonies of #DDB2F0
Complementary color
Monochromatic Colors of #DDB2F0
Black with #DDB2F0
Text Example
Text Example
White with #DDB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2F0; }
p { color: rgb(221,178,240); }
H1.HeaderClassName
{
color: #DDB2F0;
}
.AnyTagClassName
{
color: #DDB2F0;
}
</style>
background-color css
<style>
a { background-color: #DDB2F0; }
a { background-color: rgb(221,178,240); }
div.DivClassName
{
background-color: #DDB2F0;
}
.BgClassName
{
background-color: #DDB2F0;
}
</style>
border-color css
<style>
span { border-color: #DDB2F0; }
span { border-color: rgb(221,178,240); }
td.TdClassName
{
border-color: #DDB2F0;
}
.TagClassName
{
border-color: #DDB2F0;
}
</style>