Shades of Mauve #DDBFF2
Tints of Mauve #DDBFF2
RGB
CMYK
RGB Variations
Color information
#DDBFF2 (or 0xDDBFF2) is known color: Mauve. HEX triplet: DD, BF and F2. RGB value is (221,191,242). Sum of RGB (Red+Green+Blue) = 221+191+242=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF2 is #22400D. Grayscale: #CDCDCD. Windows color (decimal): -2244622 or 15908829. OLE color: 15908829.
HSL color Cylindrical-coordinate representation of color #DDBFF2: hue angle of 275.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBFF2 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 191 | 242 | - |
CMYK | 0.09 | 0.21 | 0 | 0.05 |
HSL | 275.29º | 0.66% | 0.85% | - |
HSV(B) | 275.29º | 0.21% | 0.95% | - |
XYZ | 64.48 | 59.04 | 92 | - |
YUV | 205.78 | 148.44 | 138.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 242 | 0.09 | 0.21 | 0 | 0.05 | 275.29 | 0.66 | 0.85 |
Hex | DD | BF | F2 | 9 | 15 | 0 | 5 | 113 | 42 | 55 |
Octal | 335 | 277 | 362 | 11 | 25 | 0 | 5 | 423 | 102 | 125 |
Binary | 11011101 | 10111111 | 11110010 | 1001 | 10101 | 0 | 101 | 100010011 | 1000010 | 1010101 |
Color Harmonies of #DDBFF2
Complementary color
Monochromatic Colors of #DDBFF2
Black with #DDBFF2
Text Example
Text Example
White with #DDBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFF2; }
p { color: rgb(221,191,242); }
H1.HeaderClassName
{
color: #DDBFF2;
}
.AnyTagClassName
{
color: #DDBFF2;
}
</style>
background-color css
<style>
a { background-color: #DDBFF2; }
a { background-color: rgb(221,191,242); }
div.DivClassName
{
background-color: #DDBFF2;
}
.BgClassName
{
background-color: #DDBFF2;
}
</style>
border-color css
<style>
span { border-color: #DDBFF2; }
span { border-color: rgb(221,191,242); }
td.TdClassName
{
border-color: #DDBFF2;
}
.TagClassName
{
border-color: #DDBFF2;
}
</style>