Shades of Mauve #DDB5FD
Tints of Mauve #DDB5FD
RGB
CMYK
RGB Variations
Color information
#DDB5FD (or 0xDDB5FD) is known color: Mauve. HEX triplet: DD, B5 and FD. RGB value is (221,181,253). Sum of RGB (Red+Green+Blue) = 221+181+253=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FD is #224A02. Grayscale: #C8C8C8. Windows color (decimal): -2247171 or 16627165. OLE color: 16627165.
HSL color Cylindrical-coordinate representation of color #DDB5FD: hue angle of 273.33º 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 #DDB5FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 181 | 253 | - |
CMYK | 0.13 | 0.28 | 0 | 0.01 |
HSL | 273.33º | 0.95% | 0.85% | - |
HSV(B) | 273.33º | 0.28% | 0.99% | - |
XYZ | 64.07 | 55.51 | 100.27 | - |
YUV | 201.17 | 157.25 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 253 | 0.13 | 0.28 | 0 | 0.01 | 273.33 | 0.95 | 0.85 |
Hex | DD | B5 | FD | D | 1C | 0 | 1 | 111 | 5F | 55 |
Octal | 335 | 265 | 375 | 15 | 34 | 0 | 1 | 421 | 137 | 125 |
Binary | 11011101 | 10110101 | 11111101 | 1101 | 11100 | 0 | 1 | 100010001 | 1011111 | 1010101 |
Color Harmonies of #DDB5FD
Complementary color
Monochromatic Colors of #DDB5FD
Black with #DDB5FD
Text Example
Text Example
White with #DDB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5FD; }
p { color: rgb(221,181,253); }
H1.HeaderClassName
{
color: #DDB5FD;
}
.AnyTagClassName
{
color: #DDB5FD;
}
</style>
background-color css
<style>
a { background-color: #DDB5FD; }
a { background-color: rgb(221,181,253); }
div.DivClassName
{
background-color: #DDB5FD;
}
.BgClassName
{
background-color: #DDB5FD;
}
</style>
border-color css
<style>
span { border-color: #DDB5FD; }
span { border-color: rgb(221,181,253); }
td.TdClassName
{
border-color: #DDB5FD;
}
.TagClassName
{
border-color: #DDB5FD;
}
</style>