Shades of Mauve #DCB2FF
Tints of Mauve #DCB2FF
RGB
CMYK
RGB Variations
Color information
#DCB2FF (or 0xDCB2FF) is known color: Mauve. HEX triplet: DC, B2 and FF. RGB value is (220,178,255). Sum of RGB (Red+Green+Blue) = 220+178+255=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2FF is #234D00. Grayscale: #C7C7C7. Windows color (decimal): -2313473 or 16757468. OLE color: 16757468.
HSL color Cylindrical-coordinate representation of color #DCB2FF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB2FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 178 | 255 | - |
CMYK | 0.14 | 0.30 | 0 | 0 |
HSL | 272.73º | 1% | 0.85% | - |
HSV(B) | 272.73º | 0.3% | 1% | - |
XYZ | 63.49 | 54.28 | 101.74 | - |
YUV | 199.34 | 159.41 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 178 | 255 | 0.14 | 0.30 | 0 | 0 | 272.73 | 1 | 0.85 |
Hex | DC | B2 | FF | E | 1E | 0 | 0 | 111 | 64 | 55 |
Octal | 334 | 262 | 377 | 16 | 36 | 0 | 0 | 421 | 144 | 125 |
Binary | 11011100 | 10110010 | 11111111 | 1110 | 11110 | 0 | 0 | 100010001 | 1100100 | 1010101 |
Color Harmonies of #DCB2FF
Complementary color
Monochromatic Colors of #DCB2FF
Black with #DCB2FF
Text Example
Text Example
White with #DCB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2FF; }
p { color: rgb(220,178,255); }
H1.HeaderClassName
{
color: #DCB2FF;
}
.AnyTagClassName
{
color: #DCB2FF;
}
</style>
background-color css
<style>
a { background-color: #DCB2FF; }
a { background-color: rgb(220,178,255); }
div.DivClassName
{
background-color: #DCB2FF;
}
.BgClassName
{
background-color: #DCB2FF;
}
</style>
border-color css
<style>
span { border-color: #DCB2FF; }
span { border-color: rgb(220,178,255); }
td.TdClassName
{
border-color: #DCB2FF;
}
.TagClassName
{
border-color: #DCB2FF;
}
</style>