Shades of Mauve #DCAFEF
Tints of Mauve #DCAFEF
RGB
CMYK
RGB Variations
Color information
#DCAFEF (or 0xDCAFEF) is known color: Mauve. HEX triplet: DC, AF and EF. RGB value is (220,175,239). Sum of RGB (Red+Green+Blue) = 220+175+239=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEF is #235010. Grayscale: #C3C3C3. Windows color (decimal): -2314257 or 15708124. OLE color: 15708124.
HSL color Cylindrical-coordinate representation of color #DCAFEF: hue angle of 282.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAFEF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 175 | 239 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.06 |
| HSL | 282.19º | 0.67% | 0.81% | - |
| HSV(B) | 282.19º | 0.27% | 0.94% | - |
| XYZ | 60.43 | 52.11 | 88.53 | - |
| YUV | 195.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 239 | 0.08 | 0.27 | 0 | 0.06 | 282.19 | 0.67 | 0.81 |
| Hex | DC | AF | EF | 8 | 1B | 0 | 6 | 11A | 43 | 51 |
| Octal | 334 | 257 | 357 | 10 | 33 | 0 | 6 | 432 | 103 | 121 |
| Binary | 11011100 | 10101111 | 11101111 | 1000 | 11011 | 0 | 110 | 100011010 | 1000011 | 1010001 |
Color Harmonies of #DCAFEF
Complementary color
Monochromatic Colors of #DCAFEF
Black with #DCAFEF
Text Example
Text Example
White with #DCAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFEF; }
p { color: rgb(220,175,239); }
H1.HeaderClassName
{
color: #DCAFEF;
}
.AnyTagClassName
{
color: #DCAFEF;
}
</style>
background-color css
<style>
a { background-color: #DCAFEF; }
a { background-color: rgb(220,175,239); }
div.DivClassName
{
background-color: #DCAFEF;
}
.BgClassName
{
background-color: #DCAFEF;
}
</style>
border-color css
<style>
span { border-color: #DCAFEF; }
span { border-color: rgb(220,175,239); }
td.TdClassName
{
border-color: #DCAFEF;
}
.TagClassName
{
border-color: #DCAFEF;
}
</style>