Shades of Mauve #DDBCFE
Tints of Mauve #DDBCFE
RGB
CMYK
RGB Variations
Color information
#DDBCFE (or 0xDDBCFE) is known color: Mauve. HEX triplet: DD, BC and FE. RGB value is (221,188,254). Sum of RGB (Red+Green+Blue) = 221+188+254=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFE is #224301. Grayscale: #CDCDCD. Windows color (decimal): -2245378 or 16694493. OLE color: 16694493.
HSL color Cylindrical-coordinate representation of color #DDBCFE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBCFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 188 | 254 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.00 |
| HSL | 270º | 0.97% | 0.87% | - |
| HSV(B) | 270º | 0.26% | 1% | - |
| XYZ | 65.69 | 58.49 | 101.59 | - |
| YUV | 205.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 254 | 0.13 | 0.26 | 0 | 0.00 | 270 | 0.97 | 0.87 |
| Hex | DD | BC | FE | D | 1A | 0 | 0 | 10E | 61 | 57 |
| Octal | 335 | 274 | 376 | 15 | 32 | 0 | 0 | 416 | 141 | 127 |
| Binary | 11011101 | 10111100 | 11111110 | 1101 | 11010 | 0 | 0 | 100001110 | 1100001 | 1010111 |
Color Harmonies of #DDBCFE
Complementary color
Monochromatic Colors of #DDBCFE
Black with #DDBCFE
Text Example
Text Example
White with #DDBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCFE; }
p { color: rgb(221,188,254); }
H1.HeaderClassName
{
color: #DDBCFE;
}
.AnyTagClassName
{
color: #DDBCFE;
}
</style>
background-color css
<style>
a { background-color: #DDBCFE; }
a { background-color: rgb(221,188,254); }
div.DivClassName
{
background-color: #DDBCFE;
}
.BgClassName
{
background-color: #DDBCFE;
}
</style>
border-color css
<style>
span { border-color: #DDBCFE; }
span { border-color: rgb(221,188,254); }
td.TdClassName
{
border-color: #DDBCFE;
}
.TagClassName
{
border-color: #DDBCFE;
}
</style>