Shades of Mauve #DCB4EA
Tints of Mauve #DCB4EA
RGB
CMYK
RGB Variations
Color information
#DCB4EA (or 0xDCB4EA) is known color: Mauve. HEX triplet: DC, B4 and EA. RGB value is (220,180,234). Sum of RGB (Red+Green+Blue) = 220+180+234=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4EA is #234B15. Grayscale: #C5C5C5. Windows color (decimal): -2312982 or 15381724. OLE color: 15381724.
HSL color Cylindrical-coordinate representation of color #DCB4EA: hue angle of 284.44º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB4EA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 180 | 234 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.08 |
| HSL | 284.44º | 0.56% | 0.81% | - |
| HSV(B) | 284.44º | 0.23% | 0.92% | - |
| XYZ | 60.69 | 53.8 | 85.03 | - |
| YUV | 198.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 234 | 0.06 | 0.23 | 0 | 0.08 | 284.44 | 0.56 | 0.81 |
| Hex | DC | B4 | EA | 6 | 17 | 0 | 8 | 11C | 38 | 51 |
| Octal | 334 | 264 | 352 | 6 | 27 | 0 | 10 | 434 | 70 | 121 |
| Binary | 11011100 | 10110100 | 11101010 | 110 | 10111 | 0 | 1000 | 100011100 | 111000 | 1010001 |
Color Harmonies of #DCB4EA
Complementary color
Monochromatic Colors of #DCB4EA
Black with #DCB4EA
Text Example
Text Example
White with #DCB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4EA; }
p { color: rgb(220,180,234); }
H1.HeaderClassName
{
color: #DCB4EA;
}
.AnyTagClassName
{
color: #DCB4EA;
}
</style>
background-color css
<style>
a { background-color: #DCB4EA; }
a { background-color: rgb(220,180,234); }
div.DivClassName
{
background-color: #DCB4EA;
}
.BgClassName
{
background-color: #DCB4EA;
}
</style>
border-color css
<style>
span { border-color: #DCB4EA; }
span { border-color: rgb(220,180,234); }
td.TdClassName
{
border-color: #DCB4EA;
}
.TagClassName
{
border-color: #DCB4EA;
}
</style>