Shades of Mauve #DCBEF8
Tints of Mauve #DCBEF8
RGB
CMYK
RGB Variations
Color information
#DCBEF8 (or 0xDCBEF8) is known color: Mauve. HEX triplet: DC, BE and F8. RGB value is (220,190,248). Sum of RGB (Red+Green+Blue) = 220+190+248=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF8 is #234107. Grayscale: #CDCDCD. Windows color (decimal): -2310408 or 16301788. OLE color: 16301788.
HSL color Cylindrical-coordinate representation of color #DCBEF8: hue angle of 271.03º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBEF8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 190 | 248 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.03 |
| HSL | 271.03º | 0.81% | 0.86% | - |
| HSV(B) | 271.03º | 0.23% | 0.97% | - |
| XYZ | 64.87 | 58.82 | 96.74 | - |
| YUV | 205.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 248 | 0.11 | 0.23 | 0 | 0.03 | 271.03 | 0.81 | 0.86 |
| Hex | DC | BE | F8 | B | 17 | 0 | 3 | 10F | 51 | 56 |
| Octal | 334 | 276 | 370 | 13 | 27 | 0 | 3 | 417 | 121 | 126 |
| Binary | 11011100 | 10111110 | 11111000 | 1011 | 10111 | 0 | 11 | 100001111 | 1010001 | 1010110 |
Color Harmonies of #DCBEF8
Complementary color
Monochromatic Colors of #DCBEF8
Black with #DCBEF8
Text Example
Text Example
White with #DCBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF8; }
p { color: rgb(220,190,248); }
H1.HeaderClassName
{
color: #DCBEF8;
}
.AnyTagClassName
{
color: #DCBEF8;
}
</style>
background-color css
<style>
a { background-color: #DCBEF8; }
a { background-color: rgb(220,190,248); }
div.DivClassName
{
background-color: #DCBEF8;
}
.BgClassName
{
background-color: #DCBEF8;
}
</style>
border-color css
<style>
span { border-color: #DCBEF8; }
span { border-color: rgb(220,190,248); }
td.TdClassName
{
border-color: #DCBEF8;
}
.TagClassName
{
border-color: #DCBEF8;
}
</style>