Shades of Mauve #DCBFF8
Tints of Mauve #DCBFF8
RGB
CMYK
RGB Variations
Color information
#DCBFF8 (or 0xDCBFF8) is known color: Mauve. HEX triplet: DC, BF and F8. RGB value is (220,191,248). Sum of RGB (Red+Green+Blue) = 220+191+248=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF8 is #234007. Grayscale: #CDCDCD. Windows color (decimal): -2310152 or 16302044. OLE color: 16302044.
HSL color Cylindrical-coordinate representation of color #DCBFF8: hue angle of 270.53º degrees, saturation: 0.8, 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 #DCBFF8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 191 | 248 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.03 |
| HSL | 270.53º | 0.8% | 0.86% | - |
| HSV(B) | 270.53º | 0.23% | 0.97% | - |
| XYZ | 65.09 | 59.25 | 96.81 | - |
| YUV | 206.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 248 | 0.11 | 0.23 | 0 | 0.03 | 270.53 | 0.8 | 0.86 |
| Hex | DC | BF | F8 | B | 17 | 0 | 3 | 10F | 50 | 56 |
| Octal | 334 | 277 | 370 | 13 | 27 | 0 | 3 | 417 | 120 | 126 |
| Binary | 11011100 | 10111111 | 11111000 | 1011 | 10111 | 0 | 11 | 100001111 | 1010000 | 1010110 |
Color Harmonies of #DCBFF8
Complementary color
Monochromatic Colors of #DCBFF8
Black with #DCBFF8
Text Example
Text Example
White with #DCBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFF8; }
p { color: rgb(220,191,248); }
H1.HeaderClassName
{
color: #DCBFF8;
}
.AnyTagClassName
{
color: #DCBFF8;
}
</style>
background-color css
<style>
a { background-color: #DCBFF8; }
a { background-color: rgb(220,191,248); }
div.DivClassName
{
background-color: #DCBFF8;
}
.BgClassName
{
background-color: #DCBFF8;
}
</style>
border-color css
<style>
span { border-color: #DCBFF8; }
span { border-color: rgb(220,191,248); }
td.TdClassName
{
border-color: #DCBFF8;
}
.TagClassName
{
border-color: #DCBFF8;
}
</style>