Shades of Mauve #DAAEFF
Tints of Mauve #DAAEFF
RGB
CMYK
RGB Variations
Color information
#DAAEFF (or 0xDAAEFF) is known color: Mauve. HEX triplet: DA, AE and FF. RGB value is (218,174,255). Sum of RGB (Red+Green+Blue) = 218+174+255=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEFF is #255100. Grayscale: #C4C4C4. Windows color (decimal): -2445569 or 16756442. OLE color: 16756442.
HSL color Cylindrical-coordinate representation of color #DAAEFF: hue angle of 272.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAAEFF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 174 | 255 | - |
| CMYK | 0.15 | 0.32 | 0 | 0 |
| HSL | 272.59º | 1% | 0.84% | - |
| HSV(B) | 272.59º | 0.32% | 1% | - |
| XYZ | 62.1 | 52.4 | 101.45 | - |
| YUV | 196.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 255 | 0.15 | 0.32 | 0 | 0 | 272.59 | 1 | 0.84 |
| Hex | DA | AE | FF | F | 20 | 0 | 0 | 111 | 64 | 54 |
| Octal | 332 | 256 | 377 | 17 | 40 | 0 | 0 | 421 | 144 | 124 |
| Binary | 11011010 | 10101110 | 11111111 | 1111 | 100000 | 0 | 0 | 100010001 | 1100100 | 1010100 |
Color Harmonies of #DAAEFF
Complementary color
Monochromatic Colors of #DAAEFF
Black with #DAAEFF
Text Example
Text Example
White with #DAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEFF; }
p { color: rgb(218,174,255); }
H1.HeaderClassName
{
color: #DAAEFF;
}
.AnyTagClassName
{
color: #DAAEFF;
}
</style>
background-color css
<style>
a { background-color: #DAAEFF; }
a { background-color: rgb(218,174,255); }
div.DivClassName
{
background-color: #DAAEFF;
}
.BgClassName
{
background-color: #DAAEFF;
}
</style>
border-color css
<style>
span { border-color: #DAAEFF; }
span { border-color: rgb(218,174,255); }
td.TdClassName
{
border-color: #DAAEFF;
}
.TagClassName
{
border-color: #DAAEFF;
}
</style>