Shades of Mauve #DCBEF5
Tints of Mauve #DCBEF5
RGB
CMYK
RGB Variations
Color information
#DCBEF5 (or 0xDCBEF5) is known color: Mauve. HEX triplet: DC, BE and F5. RGB value is (220,190,245). Sum of RGB (Red+Green+Blue) = 220+190+245=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCBEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF5 is #23410A. Grayscale: #CDCDCD. Windows color (decimal): -2310411 or 16105180. OLE color: 16105180.
HSL color Cylindrical-coordinate representation of color #DCBEF5: hue angle of 272.73º degrees, saturation: 0.73, 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 #DCBEF5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 190 | 245 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.04 |
| HSL | 272.73º | 0.73% | 0.85% | - |
| HSV(B) | 272.73º | 0.22% | 0.96% | - |
| XYZ | 64.41 | 58.64 | 94.31 | - |
| YUV | 205.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 245 | 0.10 | 0.22 | 0 | 0.04 | 272.73 | 0.73 | 0.85 |
| Hex | DC | BE | F5 | A | 16 | 0 | 4 | 111 | 49 | 55 |
| Octal | 334 | 276 | 365 | 12 | 26 | 0 | 4 | 421 | 111 | 125 |
| Binary | 11011100 | 10111110 | 11110101 | 1010 | 10110 | 0 | 100 | 100010001 | 1001001 | 1010101 |
Color Harmonies of #DCBEF5
Complementary color
Monochromatic Colors of #DCBEF5
Black with #DCBEF5
Text Example
Text Example
White with #DCBEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF5; }
p { color: rgb(220,190,245); }
H1.HeaderClassName
{
color: #DCBEF5;
}
.AnyTagClassName
{
color: #DCBEF5;
}
</style>
background-color css
<style>
a { background-color: #DCBEF5; }
a { background-color: rgb(220,190,245); }
div.DivClassName
{
background-color: #DCBEF5;
}
.BgClassName
{
background-color: #DCBEF5;
}
</style>
border-color css
<style>
span { border-color: #DCBEF5; }
span { border-color: rgb(220,190,245); }
td.TdClassName
{
border-color: #DCBEF5;
}
.TagClassName
{
border-color: #DCBEF5;
}
</style>