Shades of Mauve #DCAFF8
Tints of Mauve #DCAFF8
RGB
CMYK
RGB Variations
Color information
#DCAFF8 (or 0xDCAFF8) is known color: Mauve. HEX triplet: DC, AF and F8. RGB value is (220,175,248). Sum of RGB (Red+Green+Blue) = 220+175+248=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF8 is #235007. Grayscale: #C4C4C4. Windows color (decimal): -2314248 or 16297948. OLE color: 16297948.
HSL color Cylindrical-coordinate representation of color #DCAFF8: hue angle of 276.99º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAFF8 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 175 | 248 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.03 |
| HSL | 276.99º | 0.84% | 0.83% | - |
| HSV(B) | 276.99º | 0.29% | 0.97% | - |
| XYZ | 61.79 | 52.65 | 95.71 | - |
| YUV | 196.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 248 | 0.11 | 0.29 | 0 | 0.03 | 276.99 | 0.84 | 0.83 |
| Hex | DC | AF | F8 | B | 1D | 0 | 3 | 115 | 54 | 53 |
| Octal | 334 | 257 | 370 | 13 | 35 | 0 | 3 | 425 | 124 | 123 |
| Binary | 11011100 | 10101111 | 11111000 | 1011 | 11101 | 0 | 11 | 100010101 | 1010100 | 1010011 |
Color Harmonies of #DCAFF8
Complementary color
Monochromatic Colors of #DCAFF8
Black with #DCAFF8
Text Example
Text Example
White with #DCAFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFF8; }
p { color: rgb(220,175,248); }
H1.HeaderClassName
{
color: #DCAFF8;
}
.AnyTagClassName
{
color: #DCAFF8;
}
</style>
background-color css
<style>
a { background-color: #DCAFF8; }
a { background-color: rgb(220,175,248); }
div.DivClassName
{
background-color: #DCAFF8;
}
.BgClassName
{
background-color: #DCAFF8;
}
</style>
border-color css
<style>
span { border-color: #DCAFF8; }
span { border-color: rgb(220,175,248); }
td.TdClassName
{
border-color: #DCAFF8;
}
.TagClassName
{
border-color: #DCAFF8;
}
</style>