Shades of Mauve #DCBEF3
Tints of Mauve #DCBEF3
RGB
CMYK
RGB Variations
Color information
#DCBEF3 (or 0xDCBEF3) is known color: Mauve. HEX triplet: DC, BE and F3. RGB value is (220,190,243). Sum of RGB (Red+Green+Blue) = 220+190+243=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF3 is #23410C. Grayscale: #CCCCCC. Windows color (decimal): -2310413 or 15974108. OLE color: 15974108.
HSL color Cylindrical-coordinate representation of color #DCBEF3: hue angle of 273.96º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBEF3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 190 | 243 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 273.96º | 0.69% | 0.85% | - |
| HSV(B) | 273.96º | 0.22% | 0.95% | - |
| XYZ | 64.11 | 58.51 | 92.71 | - |
| YUV | 205.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 243 | 0.09 | 0.22 | 0 | 0.05 | 273.96 | 0.69 | 0.85 |
| Hex | DC | BE | F3 | 9 | 16 | 0 | 5 | 112 | 45 | 55 |
| Octal | 334 | 276 | 363 | 11 | 26 | 0 | 5 | 422 | 105 | 125 |
| Binary | 11011100 | 10111110 | 11110011 | 1001 | 10110 | 0 | 101 | 100010010 | 1000101 | 1010101 |
Color Harmonies of #DCBEF3
Complementary color
Monochromatic Colors of #DCBEF3
Black with #DCBEF3
Text Example
Text Example
White with #DCBEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF3; }
p { color: rgb(220,190,243); }
H1.HeaderClassName
{
color: #DCBEF3;
}
.AnyTagClassName
{
color: #DCBEF3;
}
</style>
background-color css
<style>
a { background-color: #DCBEF3; }
a { background-color: rgb(220,190,243); }
div.DivClassName
{
background-color: #DCBEF3;
}
.BgClassName
{
background-color: #DCBEF3;
}
</style>
border-color css
<style>
span { border-color: #DCBEF3; }
span { border-color: rgb(220,190,243); }
td.TdClassName
{
border-color: #DCBEF3;
}
.TagClassName
{
border-color: #DCBEF3;
}
</style>