Shades of Mauve #DDBCFC
Tints of Mauve #DDBCFC
RGB
CMYK
RGB Variations
Color information
#DDBCFC (or 0xDDBCFC) is known color: Mauve. HEX triplet: DD, BC and FC. RGB value is (221,188,252). Sum of RGB (Red+Green+Blue) = 221+188+252=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFC is #224303. Grayscale: #CCCCCC. Windows color (decimal): -2245380 or 16563421. OLE color: 16563421.
HSL color Cylindrical-coordinate representation of color #DDBCFC: hue angle of 270.94º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBCFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 188 | 252 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 270.94º | 0.91% | 0.86% | - |
| HSV(B) | 270.94º | 0.25% | 0.99% | - |
| XYZ | 65.37 | 58.37 | 99.92 | - |
| YUV | 205.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 252 | 0.12 | 0.25 | 0 | 0.01 | 270.94 | 0.91 | 0.86 |
| Hex | DD | BC | FC | C | 19 | 0 | 1 | 10F | 5B | 56 |
| Octal | 335 | 274 | 374 | 14 | 31 | 0 | 1 | 417 | 133 | 126 |
| Binary | 11011101 | 10111100 | 11111100 | 1100 | 11001 | 0 | 1 | 100001111 | 1011011 | 1010110 |
Color Harmonies of #DDBCFC
Complementary color
Monochromatic Colors of #DDBCFC
Black with #DDBCFC
Text Example
Text Example
White with #DDBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCFC; }
p { color: rgb(221,188,252); }
H1.HeaderClassName
{
color: #DDBCFC;
}
.AnyTagClassName
{
color: #DDBCFC;
}
</style>
background-color css
<style>
a { background-color: #DDBCFC; }
a { background-color: rgb(221,188,252); }
div.DivClassName
{
background-color: #DDBCFC;
}
.BgClassName
{
background-color: #DDBCFC;
}
</style>
border-color css
<style>
span { border-color: #DDBCFC; }
span { border-color: rgb(221,188,252); }
td.TdClassName
{
border-color: #DDBCFC;
}
.TagClassName
{
border-color: #DDBCFC;
}
</style>