Shades of Mauve #DCBDF3
Tints of Mauve #DCBDF3
RGB
CMYK
RGB Variations
Color information
#DCBDF3 (or 0xDCBDF3) is known color: Mauve. HEX triplet: DC, BD and F3. RGB value is (220,189,243). Sum of RGB (Red+Green+Blue) = 220+189+243=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCBDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF3 is #23420C. Grayscale: #CCCCCC. Windows color (decimal): -2310669 or 15973852. OLE color: 15973852.
HSL color Cylindrical-coordinate representation of color #DCBDF3: hue angle of 274.44º 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 #DCBDF3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 189 | 243 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 274.44º | 0.69% | 0.85% | - |
| HSV(B) | 274.44º | 0.22% | 0.95% | - |
| XYZ | 63.89 | 58.08 | 92.64 | - |
| YUV | 204.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 243 | 0.09 | 0.22 | 0 | 0.05 | 274.44 | 0.69 | 0.85 |
| Hex | DC | BD | F3 | 9 | 16 | 0 | 5 | 112 | 45 | 55 |
| Octal | 334 | 275 | 363 | 11 | 26 | 0 | 5 | 422 | 105 | 125 |
| Binary | 11011100 | 10111101 | 11110011 | 1001 | 10110 | 0 | 101 | 100010010 | 1000101 | 1010101 |
Color Harmonies of #DCBDF3
Complementary color
Monochromatic Colors of #DCBDF3
Black with #DCBDF3
Text Example
Text Example
White with #DCBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF3; }
p { color: rgb(220,189,243); }
H1.HeaderClassName
{
color: #DCBDF3;
}
.AnyTagClassName
{
color: #DCBDF3;
}
</style>
background-color css
<style>
a { background-color: #DCBDF3; }
a { background-color: rgb(220,189,243); }
div.DivClassName
{
background-color: #DCBDF3;
}
.BgClassName
{
background-color: #DCBDF3;
}
</style>
border-color css
<style>
span { border-color: #DCBDF3; }
span { border-color: rgb(220,189,243); }
td.TdClassName
{
border-color: #DCBDF3;
}
.TagClassName
{
border-color: #DCBDF3;
}
</style>