Shades of Mauve #DCB4FE
Tints of Mauve #DCB4FE
RGB
CMYK
RGB Variations
Color information
#DCB4FE (or 0xDCB4FE) is known color: Mauve. HEX triplet: DC, B4 and FE. RGB value is (220,180,254). Sum of RGB (Red+Green+Blue) = 220+180+254=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FE is #234B01. Grayscale: #C8C8C8. Windows color (decimal): -2312962 or 16692444. OLE color: 16692444.
HSL color Cylindrical-coordinate representation of color #DCB4FE: hue angle of 272.43º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB4FE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 180 | 254 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.00 |
| HSL | 272.43º | 0.97% | 0.85% | - |
| HSV(B) | 272.43º | 0.29% | 1% | - |
| XYZ | 63.73 | 55.01 | 101.03 | - |
| YUV | 200.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 254 | 0.13 | 0.29 | 0 | 0.00 | 272.43 | 0.97 | 0.85 |
| Hex | DC | B4 | FE | D | 1D | 0 | 0 | 110 | 61 | 55 |
| Octal | 334 | 264 | 376 | 15 | 35 | 0 | 0 | 420 | 141 | 125 |
| Binary | 11011100 | 10110100 | 11111110 | 1101 | 11101 | 0 | 0 | 100010000 | 1100001 | 1010101 |
Color Harmonies of #DCB4FE
Complementary color
Monochromatic Colors of #DCB4FE
Black with #DCB4FE
Text Example
Text Example
White with #DCB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4FE; }
p { color: rgb(220,180,254); }
H1.HeaderClassName
{
color: #DCB4FE;
}
.AnyTagClassName
{
color: #DCB4FE;
}
</style>
background-color css
<style>
a { background-color: #DCB4FE; }
a { background-color: rgb(220,180,254); }
div.DivClassName
{
background-color: #DCB4FE;
}
.BgClassName
{
background-color: #DCB4FE;
}
</style>
border-color css
<style>
span { border-color: #DCB4FE; }
span { border-color: rgb(220,180,254); }
td.TdClassName
{
border-color: #DCB4FE;
}
.TagClassName
{
border-color: #DCB4FE;
}
</style>