Shades of Mauve #DCBDF1
Tints of Mauve #DCBDF1
RGB
CMYK
RGB Variations
Color information
#DCBDF1 (or 0xDCBDF1) is known color: Mauve. HEX triplet: DC, BD and F1. RGB value is (220,189,241). Sum of RGB (Red+Green+Blue) = 220+189+241=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF1 is #23420E. Grayscale: #CCCCCC. Windows color (decimal): -2310671 or 15842780. OLE color: 15842780.
HSL color Cylindrical-coordinate representation of color #DCBDF1: hue angle of 275.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBDF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 189 | 241 | - |
CMYK | 0.09 | 0.22 | 0 | 0.05 |
HSL | 275.77º | 0.65% | 0.84% | - |
HSV(B) | 275.77º | 0.22% | 0.95% | - |
XYZ | 63.59 | 57.96 | 91.06 | - |
YUV | 204.2 | 148.77 | 139.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 189 | 241 | 0.09 | 0.22 | 0 | 0.05 | 275.77 | 0.65 | 0.84 |
Hex | DC | BD | F1 | 9 | 16 | 0 | 5 | 114 | 41 | 54 |
Octal | 334 | 275 | 361 | 11 | 26 | 0 | 5 | 424 | 101 | 124 |
Binary | 11011100 | 10111101 | 11110001 | 1001 | 10110 | 0 | 101 | 100010100 | 1000001 | 1010100 |
Color Harmonies of #DCBDF1
Complementary color
Monochromatic Colors of #DCBDF1
Black with #DCBDF1
Text Example
Text Example
White with #DCBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF1; }
p { color: rgb(220,189,241); }
H1.HeaderClassName
{
color: #DCBDF1;
}
.AnyTagClassName
{
color: #DCBDF1;
}
</style>
background-color css
<style>
a { background-color: #DCBDF1; }
a { background-color: rgb(220,189,241); }
div.DivClassName
{
background-color: #DCBDF1;
}
.BgClassName
{
background-color: #DCBDF1;
}
</style>
border-color css
<style>
span { border-color: #DCBDF1; }
span { border-color: rgb(220,189,241); }
td.TdClassName
{
border-color: #DCBDF1;
}
.TagClassName
{
border-color: #DCBDF1;
}
</style>