Shades of Mauve #DCBEFC
Tints of Mauve #DCBEFC
RGB
CMYK
RGB Variations
Color information
#DCBEFC (or 0xDCBEFC) is known color: Mauve. HEX triplet: DC, BE and FC. RGB value is (220,190,252). Sum of RGB (Red+Green+Blue) = 220+190+252=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEFC is #234103. Grayscale: #CDCDCD. Windows color (decimal): -2310404 or 16563932. OLE color: 16563932.
HSL color Cylindrical-coordinate representation of color #DCBEFC: hue angle of 269.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBEFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 190 | 252 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 269.03º | 0.91% | 0.87% | - |
| HSV(B) | 269.03º | 0.25% | 0.99% | - |
| XYZ | 65.5 | 59.07 | 100.05 | - |
| YUV | 206.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 252 | 0.13 | 0.25 | 0 | 0.01 | 269.03 | 0.91 | 0.87 |
| Hex | DC | BE | FC | D | 19 | 0 | 1 | 10D | 5B | 57 |
| Octal | 334 | 276 | 374 | 15 | 31 | 0 | 1 | 415 | 133 | 127 |
| Binary | 11011100 | 10111110 | 11111100 | 1101 | 11001 | 0 | 1 | 100001101 | 1011011 | 1010111 |
Color Harmonies of #DCBEFC
Complementary color
Monochromatic Colors of #DCBEFC
Black with #DCBEFC
Text Example
Text Example
White with #DCBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEFC; }
p { color: rgb(220,190,252); }
H1.HeaderClassName
{
color: #DCBEFC;
}
.AnyTagClassName
{
color: #DCBEFC;
}
</style>
background-color css
<style>
a { background-color: #DCBEFC; }
a { background-color: rgb(220,190,252); }
div.DivClassName
{
background-color: #DCBEFC;
}
.BgClassName
{
background-color: #DCBEFC;
}
</style>
border-color css
<style>
span { border-color: #DCBEFC; }
span { border-color: rgb(220,190,252); }
td.TdClassName
{
border-color: #DCBEFC;
}
.TagClassName
{
border-color: #DCBEFC;
}
</style>