Shades of Mauve #DCB5FD
Tints of Mauve #DCB5FD
RGB
CMYK
RGB Variations
Color information
#DCB5FD (or 0xDCB5FD) is known color: Mauve. HEX triplet: DC, B5 and FD. RGB value is (220,181,253). Sum of RGB (Red+Green+Blue) = 220+181+253=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FD is #234A02. Grayscale: #C8C8C8. Windows color (decimal): -2312707 or 16627164. OLE color: 16627164.
HSL color Cylindrical-coordinate representation of color #DCB5FD: hue angle of 272.5º 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 #DCB5FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 181 | 253 | - |
CMYK | 0.13 | 0.28 | 0 | 0.01 |
HSL | 272.5º | 0.95% | 0.85% | - |
HSV(B) | 272.5º | 0.28% | 0.99% | - |
XYZ | 63.77 | 55.36 | 100.25 | - |
YUV | 200.87 | 157.42 | 141.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 253 | 0.13 | 0.28 | 0 | 0.01 | 272.5 | 0.95 | 0.85 |
Hex | DC | B5 | FD | D | 1C | 0 | 1 | 110 | 5F | 55 |
Octal | 334 | 265 | 375 | 15 | 34 | 0 | 1 | 420 | 137 | 125 |
Binary | 11011100 | 10110101 | 11111101 | 1101 | 11100 | 0 | 1 | 100010000 | 1011111 | 1010101 |
Color Harmonies of #DCB5FD
Complementary color
Monochromatic Colors of #DCB5FD
Black with #DCB5FD
Text Example
Text Example
White with #DCB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5FD; }
p { color: rgb(220,181,253); }
H1.HeaderClassName
{
color: #DCB5FD;
}
.AnyTagClassName
{
color: #DCB5FD;
}
</style>
background-color css
<style>
a { background-color: #DCB5FD; }
a { background-color: rgb(220,181,253); }
div.DivClassName
{
background-color: #DCB5FD;
}
.BgClassName
{
background-color: #DCB5FD;
}
</style>
border-color css
<style>
span { border-color: #DCB5FD; }
span { border-color: rgb(220,181,253); }
td.TdClassName
{
border-color: #DCB5FD;
}
.TagClassName
{
border-color: #DCB5FD;
}
</style>