Shades of Mauve #DDB1FD
Tints of Mauve #DDB1FD
RGB
CMYK
RGB Variations
Color information
#DDB1FD (or 0xDDB1FD) is known color: Mauve. HEX triplet: DD, B1 and FD. RGB value is (221,177,253). Sum of RGB (Red+Green+Blue) = 221+177+253=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FD is #224E02. Grayscale: #C6C6C6. Windows color (decimal): -2248195 or 16626141. OLE color: 16626141.
HSL color Cylindrical-coordinate representation of color #DDB1FD: hue angle of 274.74º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB1FD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 177 | 253 | - |
CMYK | 0.13 | 0.30 | 0 | 0.01 |
HSL | 274.74º | 0.95% | 0.84% | - |
HSV(B) | 274.74º | 0.3% | 0.99% | - |
XYZ | 63.27 | 53.91 | 100 | - |
YUV | 198.82 | 158.58 | 143.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 253 | 0.13 | 0.30 | 0 | 0.01 | 274.74 | 0.95 | 0.84 |
Hex | DD | B1 | FD | D | 1E | 0 | 1 | 113 | 5F | 54 |
Octal | 335 | 261 | 375 | 15 | 36 | 0 | 1 | 423 | 137 | 124 |
Binary | 11011101 | 10110001 | 11111101 | 1101 | 11110 | 0 | 1 | 100010011 | 1011111 | 1010100 |
Color Harmonies of #DDB1FD
Complementary color
Monochromatic Colors of #DDB1FD
Black with #DDB1FD
Text Example
Text Example
White with #DDB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1FD; }
p { color: rgb(221,177,253); }
H1.HeaderClassName
{
color: #DDB1FD;
}
.AnyTagClassName
{
color: #DDB1FD;
}
</style>
background-color css
<style>
a { background-color: #DDB1FD; }
a { background-color: rgb(221,177,253); }
div.DivClassName
{
background-color: #DDB1FD;
}
.BgClassName
{
background-color: #DDB1FD;
}
</style>
border-color css
<style>
span { border-color: #DDB1FD; }
span { border-color: rgb(221,177,253); }
td.TdClassName
{
border-color: #DDB1FD;
}
.TagClassName
{
border-color: #DDB1FD;
}
</style>