Shades of Mauve #DCBEF2
Tints of Mauve #DCBEF2
RGB
CMYK
RGB Variations
Color information
#DCBEF2 (or 0xDCBEF2) is known color: Mauve. HEX triplet: DC, BE and F2. RGB value is (220,190,242). Sum of RGB (Red+Green+Blue) = 220+190+242=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF2 is #23410D. Grayscale: #CCCCCC. Windows color (decimal): -2310414 or 15908572. OLE color: 15908572.
HSL color Cylindrical-coordinate representation of color #DCBEF2: hue angle of 274.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBEF2 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 190 | 242 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 274.62º | 0.67% | 0.85% | - |
| HSV(B) | 274.62º | 0.21% | 0.95% | - |
| XYZ | 63.96 | 58.45 | 91.92 | - |
| YUV | 204.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 242 | 0.09 | 0.21 | 0 | 0.05 | 274.62 | 0.67 | 0.85 |
| Hex | DC | BE | F2 | 9 | 15 | 0 | 5 | 113 | 43 | 55 |
| Octal | 334 | 276 | 362 | 11 | 25 | 0 | 5 | 423 | 103 | 125 |
| Binary | 11011100 | 10111110 | 11110010 | 1001 | 10101 | 0 | 101 | 100010011 | 1000011 | 1010101 |
Color Harmonies of #DCBEF2
Complementary color
Monochromatic Colors of #DCBEF2
Black with #DCBEF2
Text Example
Text Example
White with #DCBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF2; }
p { color: rgb(220,190,242); }
H1.HeaderClassName
{
color: #DCBEF2;
}
.AnyTagClassName
{
color: #DCBEF2;
}
</style>
background-color css
<style>
a { background-color: #DCBEF2; }
a { background-color: rgb(220,190,242); }
div.DivClassName
{
background-color: #DCBEF2;
}
.BgClassName
{
background-color: #DCBEF2;
}
</style>
border-color css
<style>
span { border-color: #DCBEF2; }
span { border-color: rgb(220,190,242); }
td.TdClassName
{
border-color: #DCBEF2;
}
.TagClassName
{
border-color: #DCBEF2;
}
</style>