Shades of Mauve #DDB2FD
Tints of Mauve #DDB2FD
RGB
CMYK
RGB Variations
Color information
#DDB2FD (or 0xDDB2FD) is known color: Mauve. HEX triplet: DD, B2 and FD. RGB value is (221,178,253). Sum of RGB (Red+Green+Blue) = 221+178+253=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FD is #224D02. Grayscale: #C7C7C7. Windows color (decimal): -2247939 or 16626397. OLE color: 16626397.
HSL color Cylindrical-coordinate representation of color #DDB2FD: hue angle of 274.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB2FD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 178 | 253 | - |
CMYK | 0.13 | 0.30 | 0 | 0.01 |
HSL | 274.4º | 0.95% | 0.85% | - |
HSV(B) | 274.4º | 0.3% | 0.99% | - |
XYZ | 63.47 | 54.3 | 100.07 | - |
YUV | 199.41 | 158.25 | 143.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 253 | 0.13 | 0.30 | 0 | 0.01 | 274.4 | 0.95 | 0.85 |
Hex | DD | B2 | FD | D | 1E | 0 | 1 | 112 | 5F | 55 |
Octal | 335 | 262 | 375 | 15 | 36 | 0 | 1 | 422 | 137 | 125 |
Binary | 11011101 | 10110010 | 11111101 | 1101 | 11110 | 0 | 1 | 100010010 | 1011111 | 1010101 |
Color Harmonies of #DDB2FD
Complementary color
Monochromatic Colors of #DDB2FD
Black with #DDB2FD
Text Example
Text Example
White with #DDB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2FD; }
p { color: rgb(221,178,253); }
H1.HeaderClassName
{
color: #DDB2FD;
}
.AnyTagClassName
{
color: #DDB2FD;
}
</style>
background-color css
<style>
a { background-color: #DDB2FD; }
a { background-color: rgb(221,178,253); }
div.DivClassName
{
background-color: #DDB2FD;
}
.BgClassName
{
background-color: #DDB2FD;
}
</style>
border-color css
<style>
span { border-color: #DDB2FD; }
span { border-color: rgb(221,178,253); }
td.TdClassName
{
border-color: #DDB2FD;
}
.TagClassName
{
border-color: #DDB2FD;
}
</style>