Shades of Mauve #DCB6FD
Tints of Mauve #DCB6FD
RGB
CMYK
RGB Variations
Color information
#DCB6FD (or 0xDCB6FD) is known color: Mauve. HEX triplet: DC, B6 and FD. RGB value is (220,182,253). Sum of RGB (Red+Green+Blue) = 220+182+253=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FD is #234902. Grayscale: #C9C9C9. Windows color (decimal): -2312451 or 16627420. OLE color: 16627420.
HSL color Cylindrical-coordinate representation of color #DCB6FD: hue angle of 272.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB6FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 182 | 253 | - |
CMYK | 0.13 | 0.28 | 0 | 0.01 |
HSL | 272.11º | 0.95% | 0.85% | - |
HSV(B) | 272.11º | 0.28% | 0.99% | - |
XYZ | 63.97 | 55.76 | 100.32 | - |
YUV | 201.46 | 157.09 | 141.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 182 | 253 | 0.13 | 0.28 | 0 | 0.01 | 272.11 | 0.95 | 0.85 |
Hex | DC | B6 | FD | D | 1C | 0 | 1 | 110 | 5F | 55 |
Octal | 334 | 266 | 375 | 15 | 34 | 0 | 1 | 420 | 137 | 125 |
Binary | 11011100 | 10110110 | 11111101 | 1101 | 11100 | 0 | 1 | 100010000 | 1011111 | 1010101 |
Color Harmonies of #DCB6FD
Complementary color
Monochromatic Colors of #DCB6FD
Black with #DCB6FD
Text Example
Text Example
White with #DCB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6FD; }
p { color: rgb(220,182,253); }
H1.HeaderClassName
{
color: #DCB6FD;
}
.AnyTagClassName
{
color: #DCB6FD;
}
</style>
background-color css
<style>
a { background-color: #DCB6FD; }
a { background-color: rgb(220,182,253); }
div.DivClassName
{
background-color: #DCB6FD;
}
.BgClassName
{
background-color: #DCB6FD;
}
</style>
border-color css
<style>
span { border-color: #DCB6FD; }
span { border-color: rgb(220,182,253); }
td.TdClassName
{
border-color: #DCB6FD;
}
.TagClassName
{
border-color: #DCB6FD;
}
</style>