Shades of Mauve #DCBBFD
Tints of Mauve #DCBBFD
RGB
CMYK
RGB Variations
Color information
#DCBBFD (or 0xDCBBFD) is known color: Mauve. HEX triplet: DC, BB and FD. RGB value is (220,187,253). Sum of RGB (Red+Green+Blue) = 220+187+253=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBFD is #234402. Grayscale: #CCCCCC. Windows color (decimal): -2311171 or 16628700. OLE color: 16628700.
HSL color Cylindrical-coordinate representation of color #DCBBFD: hue angle of 270º 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 #DCBBFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 187 | 253 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 270º | 0.94% | 0.86% | - |
| HSV(B) | 270º | 0.26% | 0.99% | - |
| XYZ | 65.02 | 57.85 | 100.67 | - |
| YUV | 204.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 253 | 0.13 | 0.26 | 0 | 0.01 | 270 | 0.94 | 0.86 |
| Hex | DC | BB | FD | D | 1A | 0 | 1 | 10E | 5E | 56 |
| Octal | 334 | 273 | 375 | 15 | 32 | 0 | 1 | 416 | 136 | 126 |
| Binary | 11011100 | 10111011 | 11111101 | 1101 | 11010 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DCBBFD
Complementary color
Monochromatic Colors of #DCBBFD
Black with #DCBBFD
Text Example
Text Example
White with #DCBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBFD; }
p { color: rgb(220,187,253); }
H1.HeaderClassName
{
color: #DCBBFD;
}
.AnyTagClassName
{
color: #DCBBFD;
}
</style>
background-color css
<style>
a { background-color: #DCBBFD; }
a { background-color: rgb(220,187,253); }
div.DivClassName
{
background-color: #DCBBFD;
}
.BgClassName
{
background-color: #DCBBFD;
}
</style>
border-color css
<style>
span { border-color: #DCBBFD; }
span { border-color: rgb(220,187,253); }
td.TdClassName
{
border-color: #DCBBFD;
}
.TagClassName
{
border-color: #DCBBFD;
}
</style>