Shades of Mauve #DDBCFD
Tints of Mauve #DDBCFD
RGB
CMYK
RGB Variations
Color information
#DDBCFD (or 0xDDBCFD) is known color: Mauve. HEX triplet: DD, BC and FD. RGB value is (221,188,253). Sum of RGB (Red+Green+Blue) = 221+188+253=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFD is #224302. Grayscale: #CDCDCD. Windows color (decimal): -2245379 or 16628957. OLE color: 16628957.
HSL color Cylindrical-coordinate representation of color #DDBCFD: hue angle of 270.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBCFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 188 | 253 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 270.46º | 0.94% | 0.86% | - |
| HSV(B) | 270.46º | 0.26% | 0.99% | - |
| XYZ | 65.53 | 58.43 | 100.75 | - |
| YUV | 205.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 253 | 0.13 | 0.26 | 0 | 0.01 | 270.46 | 0.94 | 0.86 |
| Hex | DD | BC | FD | D | 1A | 0 | 1 | 10E | 5E | 56 |
| Octal | 335 | 274 | 375 | 15 | 32 | 0 | 1 | 416 | 136 | 126 |
| Binary | 11011101 | 10111100 | 11111101 | 1101 | 11010 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DDBCFD
Complementary color
Monochromatic Colors of #DDBCFD
Black with #DDBCFD
Text Example
Text Example
White with #DDBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCFD; }
p { color: rgb(221,188,253); }
H1.HeaderClassName
{
color: #DDBCFD;
}
.AnyTagClassName
{
color: #DDBCFD;
}
</style>
background-color css
<style>
a { background-color: #DDBCFD; }
a { background-color: rgb(221,188,253); }
div.DivClassName
{
background-color: #DDBCFD;
}
.BgClassName
{
background-color: #DDBCFD;
}
</style>
border-color css
<style>
span { border-color: #DDBCFD; }
span { border-color: rgb(221,188,253); }
td.TdClassName
{
border-color: #DDBCFD;
}
.TagClassName
{
border-color: #DDBCFD;
}
</style>