Shades of Mauve #DCB8FD
Tints of Mauve #DCB8FD
RGB
CMYK
RGB Variations
Color information
#DCB8FD (or 0xDCB8FD) is known color: Mauve. HEX triplet: DC, B8 and FD. RGB value is (220,184,253). Sum of RGB (Red+Green+Blue) = 220+184+253=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8FD is #234702. Grayscale: #CACACA. Windows color (decimal): -2311939 or 16627932. OLE color: 16627932.
HSL color Cylindrical-coordinate representation of color #DCB8FD: hue angle of 271.3º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB8FD is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 184 | 253 | - |
CMYK | 0.13 | 0.27 | 0 | 0.01 |
HSL | 271.3º | 0.95% | 0.86% | - |
HSV(B) | 271.3º | 0.27% | 0.99% | - |
XYZ | 64.39 | 56.59 | 100.46 | - |
YUV | 202.63 | 156.43 | 140.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 184 | 253 | 0.13 | 0.27 | 0 | 0.01 | 271.3 | 0.95 | 0.86 |
Hex | DC | B8 | FD | D | 1B | 0 | 1 | 10F | 5F | 56 |
Octal | 334 | 270 | 375 | 15 | 33 | 0 | 1 | 417 | 137 | 126 |
Binary | 11011100 | 10111000 | 11111101 | 1101 | 11011 | 0 | 1 | 100001111 | 1011111 | 1010110 |
Color Harmonies of #DCB8FD
Complementary color
Monochromatic Colors of #DCB8FD
Black with #DCB8FD
Text Example
Text Example
White with #DCB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8FD; }
p { color: rgb(220,184,253); }
H1.HeaderClassName
{
color: #DCB8FD;
}
.AnyTagClassName
{
color: #DCB8FD;
}
</style>
background-color css
<style>
a { background-color: #DCB8FD; }
a { background-color: rgb(220,184,253); }
div.DivClassName
{
background-color: #DCB8FD;
}
.BgClassName
{
background-color: #DCB8FD;
}
</style>
border-color css
<style>
span { border-color: #DCB8FD; }
span { border-color: rgb(220,184,253); }
td.TdClassName
{
border-color: #DCB8FD;
}
.TagClassName
{
border-color: #DCB8FD;
}
</style>