Shades of Mauve #DDB2F3
Tints of Mauve #DDB2F3
RGB
CMYK
RGB Variations
Color information
#DDB2F3 (or 0xDDB2F3) is known color: Mauve. HEX triplet: DD, B2 and F3. RGB value is (221,178,243). Sum of RGB (Red+Green+Blue) = 221+178+243=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2F3 is #224D0C. Grayscale: #C6C6C6. Windows color (decimal): -2247949 or 15971037. OLE color: 15971037.
HSL color Cylindrical-coordinate representation of color #DDB2F3: hue angle of 279.69º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB2F3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 178 | 243 | - |
CMYK | 0.09 | 0.27 | 0 | 0.05 |
HSL | 279.69º | 0.73% | 0.83% | - |
HSV(B) | 279.69º | 0.27% | 0.95% | - |
XYZ | 61.92 | 53.68 | 91.89 | - |
YUV | 198.27 | 153.25 | 144.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 243 | 0.09 | 0.27 | 0 | 0.05 | 279.69 | 0.73 | 0.83 |
Hex | DD | B2 | F3 | 9 | 1B | 0 | 5 | 118 | 49 | 53 |
Octal | 335 | 262 | 363 | 11 | 33 | 0 | 5 | 430 | 111 | 123 |
Binary | 11011101 | 10110010 | 11110011 | 1001 | 11011 | 0 | 101 | 100011000 | 1001001 | 1010011 |
Color Harmonies of #DDB2F3
Complementary color
Monochromatic Colors of #DDB2F3
Black with #DDB2F3
Text Example
Text Example
White with #DDB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2F3; }
p { color: rgb(221,178,243); }
H1.HeaderClassName
{
color: #DDB2F3;
}
.AnyTagClassName
{
color: #DDB2F3;
}
</style>
background-color css
<style>
a { background-color: #DDB2F3; }
a { background-color: rgb(221,178,243); }
div.DivClassName
{
background-color: #DDB2F3;
}
.BgClassName
{
background-color: #DDB2F3;
}
</style>
border-color css
<style>
span { border-color: #DDB2F3; }
span { border-color: rgb(221,178,243); }
td.TdClassName
{
border-color: #DDB2F3;
}
.TagClassName
{
border-color: #DDB2F3;
}
</style>