Shades of Mauve #DCBDF4
Tints of Mauve #DCBDF4
RGB
CMYK
RGB Variations
Color information
#DCBDF4 (or 0xDCBDF4) is known color: Mauve. HEX triplet: DC, BD and F4. RGB value is (220,189,244). Sum of RGB (Red+Green+Blue) = 220+189+244=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCBDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF4 is #23420B. Grayscale: #CCCCCC. Windows color (decimal): -2310668 or 16039388. OLE color: 16039388.
HSL color Cylindrical-coordinate representation of color #DCBDF4: hue angle of 273.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBDF4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 189 | 244 | - |
CMYK | 0.10 | 0.23 | 0 | 0.04 |
HSL | 273.82º | 0.71% | 0.85% | - |
HSV(B) | 273.82º | 0.23% | 0.96% | - |
XYZ | 64.04 | 58.14 | 93.44 | - |
YUV | 204.54 | 150.27 | 139.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 189 | 244 | 0.10 | 0.23 | 0 | 0.04 | 273.82 | 0.71 | 0.85 |
Hex | DC | BD | F4 | A | 17 | 0 | 4 | 112 | 47 | 55 |
Octal | 334 | 275 | 364 | 12 | 27 | 0 | 4 | 422 | 107 | 125 |
Binary | 11011100 | 10111101 | 11110100 | 1010 | 10111 | 0 | 100 | 100010010 | 1000111 | 1010101 |
Color Harmonies of #DCBDF4
Complementary color
Monochromatic Colors of #DCBDF4
Black with #DCBDF4
Text Example
Text Example
White with #DCBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF4; }
p { color: rgb(220,189,244); }
H1.HeaderClassName
{
color: #DCBDF4;
}
.AnyTagClassName
{
color: #DCBDF4;
}
</style>
background-color css
<style>
a { background-color: #DCBDF4; }
a { background-color: rgb(220,189,244); }
div.DivClassName
{
background-color: #DCBDF4;
}
.BgClassName
{
background-color: #DCBDF4;
}
</style>
border-color css
<style>
span { border-color: #DCBDF4; }
span { border-color: rgb(220,189,244); }
td.TdClassName
{
border-color: #DCBDF4;
}
.TagClassName
{
border-color: #DCBDF4;
}
</style>