Shades of Mauve #DDBFFD
Tints of Mauve #DDBFFD
RGB
CMYK
RGB Variations
Color information
#DDBFFD (or 0xDDBFFD) is known color: Mauve. HEX triplet: DD, BF and FD. RGB value is (221,191,253). Sum of RGB (Red+Green+Blue) = 221+191+253=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFD is #224002. Grayscale: #CECECE. Windows color (decimal): -2244611 or 16629725. OLE color: 16629725.
HSL color Cylindrical-coordinate representation of color #DDBFFD: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBFFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 191 | 253 | - |
CMYK | 0.13 | 0.25 | 0 | 0.01 |
HSL | 269.03º | 0.94% | 0.87% | - |
HSV(B) | 269.03º | 0.25% | 0.99% | - |
XYZ | 66.18 | 59.73 | 100.97 | - |
YUV | 207.04 | 153.94 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 253 | 0.13 | 0.25 | 0 | 0.01 | 269.03 | 0.94 | 0.87 |
Hex | DD | BF | FD | D | 19 | 0 | 1 | 10D | 5E | 57 |
Octal | 335 | 277 | 375 | 15 | 31 | 0 | 1 | 415 | 136 | 127 |
Binary | 11011101 | 10111111 | 11111101 | 1101 | 11001 | 0 | 1 | 100001101 | 1011110 | 1010111 |
Color Harmonies of #DDBFFD
Complementary color
Monochromatic Colors of #DDBFFD
Black with #DDBFFD
Text Example
Text Example
White with #DDBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFFD; }
p { color: rgb(221,191,253); }
H1.HeaderClassName
{
color: #DDBFFD;
}
.AnyTagClassName
{
color: #DDBFFD;
}
</style>
background-color css
<style>
a { background-color: #DDBFFD; }
a { background-color: rgb(221,191,253); }
div.DivClassName
{
background-color: #DDBFFD;
}
.BgClassName
{
background-color: #DDBFFD;
}
</style>
border-color css
<style>
span { border-color: #DDBFFD; }
span { border-color: rgb(221,191,253); }
td.TdClassName
{
border-color: #DDBFFD;
}
.TagClassName
{
border-color: #DDBFFD;
}
</style>