Shades of Mauve #DAADF3
Tints of Mauve #DAADF3
RGB
CMYK
RGB Variations
Color information
#DAADF3 (or 0xDAADF3) is known color: Mauve. HEX triplet: DA, AD and F3. RGB value is (218,173,243). Sum of RGB (Red+Green+Blue) = 218+173+243=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF3 is #25520C. Grayscale: #C2C2C2. Windows color (decimal): -2445837 or 15969754. OLE color: 15969754.
HSL color Cylindrical-coordinate representation of color #DAADF3: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAADF3 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 173 | 243 | - |
CMYK | 0.10 | 0.29 | 0 | 0.05 |
HSL | 278.57º | 0.74% | 0.82% | - |
HSV(B) | 278.57º | 0.29% | 0.95% | - |
XYZ | 60.03 | 51.26 | 91.52 | - |
YUV | 194.44 | 155.41 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 243 | 0.10 | 0.29 | 0 | 0.05 | 278.57 | 0.74 | 0.82 |
Hex | DA | AD | F3 | A | 1D | 0 | 5 | 117 | 4A | 52 |
Octal | 332 | 255 | 363 | 12 | 35 | 0 | 5 | 427 | 112 | 122 |
Binary | 11011010 | 10101101 | 11110011 | 1010 | 11101 | 0 | 101 | 100010111 | 1001010 | 1010010 |
Color Harmonies of #DAADF3
Complementary color
Monochromatic Colors of #DAADF3
Black with #DAADF3
Text Example
Text Example
White with #DAADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADF3; }
p { color: rgb(218,173,243); }
H1.HeaderClassName
{
color: #DAADF3;
}
.AnyTagClassName
{
color: #DAADF3;
}
</style>
background-color css
<style>
a { background-color: #DAADF3; }
a { background-color: rgb(218,173,243); }
div.DivClassName
{
background-color: #DAADF3;
}
.BgClassName
{
background-color: #DAADF3;
}
</style>
border-color css
<style>
span { border-color: #DAADF3; }
span { border-color: rgb(218,173,243); }
td.TdClassName
{
border-color: #DAADF3;
}
.TagClassName
{
border-color: #DAADF3;
}
</style>