Shades of Mauve #DCBEF4
Tints of Mauve #DCBEF4
RGB
CMYK
RGB Variations
Color information
#DCBEF4 (or 0xDCBEF4) is known color: Mauve. HEX triplet: DC, BE and F4. RGB value is (220,190,244). Sum of RGB (Red+Green+Blue) = 220+190+244=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF4 is #23410B. Grayscale: #CCCCCC. Windows color (decimal): -2310412 or 16039644. OLE color: 16039644.
HSL color Cylindrical-coordinate representation of color #DCBEF4: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBEF4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 190 | 244 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.04 |
| HSL | 273.33º | 0.71% | 0.85% | - |
| HSV(B) | 273.33º | 0.22% | 0.96% | - |
| XYZ | 64.26 | 58.57 | 93.51 | - |
| YUV | 205.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 244 | 0.10 | 0.22 | 0 | 0.04 | 273.33 | 0.71 | 0.85 |
| Hex | DC | BE | F4 | A | 16 | 0 | 4 | 111 | 47 | 55 |
| Octal | 334 | 276 | 364 | 12 | 26 | 0 | 4 | 421 | 107 | 125 |
| Binary | 11011100 | 10111110 | 11110100 | 1010 | 10110 | 0 | 100 | 100010001 | 1000111 | 1010101 |
Color Harmonies of #DCBEF4
Complementary color
Monochromatic Colors of #DCBEF4
Black with #DCBEF4
Text Example
Text Example
White with #DCBEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF4; }
p { color: rgb(220,190,244); }
H1.HeaderClassName
{
color: #DCBEF4;
}
.AnyTagClassName
{
color: #DCBEF4;
}
</style>
background-color css
<style>
a { background-color: #DCBEF4; }
a { background-color: rgb(220,190,244); }
div.DivClassName
{
background-color: #DCBEF4;
}
.BgClassName
{
background-color: #DCBEF4;
}
</style>
border-color css
<style>
span { border-color: #DCBEF4; }
span { border-color: rgb(220,190,244); }
td.TdClassName
{
border-color: #DCBEF4;
}
.TagClassName
{
border-color: #DCBEF4;
}
</style>