Shades of Mauve #DDB6FD
Tints of Mauve #DDB6FD
RGB
CMYK
RGB Variations
Color information
#DDB6FD (or 0xDDB6FD) is known color: Mauve. HEX triplet: DD, B6 and FD. RGB value is (221,182,253). Sum of RGB (Red+Green+Blue) = 221+182+253=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FD is #224902. Grayscale: #C9C9C9. Windows color (decimal): -2246915 or 16627421. OLE color: 16627421.
HSL color Cylindrical-coordinate representation of color #DDB6FD: hue angle of 272.96º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB6FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 182 | 253 | - |
CMYK | 0.13 | 0.28 | 0 | 0.01 |
HSL | 272.96º | 0.95% | 0.85% | - |
HSV(B) | 272.96º | 0.28% | 0.99% | - |
XYZ | 64.28 | 55.92 | 100.33 | - |
YUV | 201.76 | 156.92 | 141.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 182 | 253 | 0.13 | 0.28 | 0 | 0.01 | 272.96 | 0.95 | 0.85 |
Hex | DD | B6 | FD | D | 1C | 0 | 1 | 111 | 5F | 55 |
Octal | 335 | 266 | 375 | 15 | 34 | 0 | 1 | 421 | 137 | 125 |
Binary | 11011101 | 10110110 | 11111101 | 1101 | 11100 | 0 | 1 | 100010001 | 1011111 | 1010101 |
Color Harmonies of #DDB6FD
Complementary color
Monochromatic Colors of #DDB6FD
Black with #DDB6FD
Text Example
Text Example
White with #DDB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6FD; }
p { color: rgb(221,182,253); }
H1.HeaderClassName
{
color: #DDB6FD;
}
.AnyTagClassName
{
color: #DDB6FD;
}
</style>
background-color css
<style>
a { background-color: #DDB6FD; }
a { background-color: rgb(221,182,253); }
div.DivClassName
{
background-color: #DDB6FD;
}
.BgClassName
{
background-color: #DDB6FD;
}
</style>
border-color css
<style>
span { border-color: #DDB6FD; }
span { border-color: rgb(221,182,253); }
td.TdClassName
{
border-color: #DDB6FD;
}
.TagClassName
{
border-color: #DDB6FD;
}
</style>