Shades of Mauve #DAACFC
Tints of Mauve #DAACFC
RGB
CMYK
RGB Variations
Color information
#DAACFC (or 0xDAACFC) is known color: Mauve. HEX triplet: DA, AC and FC. RGB value is (218,172,252). Sum of RGB (Red+Green+Blue) = 218+172+252=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFC is #255303. Grayscale: #C2C2C2. Windows color (decimal): -2446084 or 16559322. OLE color: 16559322.
HSL color Cylindrical-coordinate representation of color #DAACFC: hue angle of 274.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAACFC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 172 | 252 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.01 |
| HSL | 274.5º | 0.93% | 0.83% | - |
| HSV(B) | 274.5º | 0.32% | 0.99% | - |
| XYZ | 61.24 | 51.44 | 98.8 | - |
| YUV | 194.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 252 | 0.13 | 0.32 | 0 | 0.01 | 274.5 | 0.93 | 0.83 |
| Hex | DA | AC | FC | D | 20 | 0 | 1 | 112 | 5D | 53 |
| Octal | 332 | 254 | 374 | 15 | 40 | 0 | 1 | 422 | 135 | 123 |
| Binary | 11011010 | 10101100 | 11111100 | 1101 | 100000 | 0 | 1 | 100010010 | 1011101 | 1010011 |
Color Harmonies of #DAACFC
Complementary color
Monochromatic Colors of #DAACFC
Black with #DAACFC
Text Example
Text Example
White with #DAACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACFC; }
p { color: rgb(218,172,252); }
H1.HeaderClassName
{
color: #DAACFC;
}
.AnyTagClassName
{
color: #DAACFC;
}
</style>
background-color css
<style>
a { background-color: #DAACFC; }
a { background-color: rgb(218,172,252); }
div.DivClassName
{
background-color: #DAACFC;
}
.BgClassName
{
background-color: #DAACFC;
}
</style>
border-color css
<style>
span { border-color: #DAACFC; }
span { border-color: rgb(218,172,252); }
td.TdClassName
{
border-color: #DAACFC;
}
.TagClassName
{
border-color: #DAACFC;
}
</style>