Shades of Maverick #DAADC7
Tints of Maverick #DAADC7
RGB
CMYK
RGB Variations
Color information
#DAADC7 (or 0xDAADC7) is known color: Maverick. HEX triplet: DA, AD and C7. RGB value is (218,173,199). Sum of RGB (Red+Green+Blue) = 218+173+199=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC7 is #255238. Grayscale: #BDBDBD. Windows color (decimal): -2445881 or 13086170. OLE color: 13086170.
HSL color Cylindrical-coordinate representation of color #DAADC7: hue angle of 325.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 199 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.15 |
| HSL | 325.33º | 0.38% | 0.77% | - |
| HSV(B) | 325.33º | 0.21% | 0.85% | - |
| XYZ | 54.17 | 48.92 | 60.62 | - |
| YUV | 189.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 199 | 0 | 0.21 | 0.09 | 0.15 | 325.33 | 0.38 | 0.77 |
| Hex | DA | AD | C7 | 0 | 15 | 9 | F | 145 | 26 | 4D |
| Octal | 332 | 255 | 307 | 0 | 25 | 11 | 17 | 505 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000111 | 0 | 10101 | 1001 | 1111 | 101000101 | 100110 | 1001101 |
Color Harmonies of #DAADC7
Complementary color
Monochromatic Colors of #DAADC7
Black with #DAADC7
Text Example
Text Example
White with #DAADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC7; }
p { color: rgb(218,173,199); }
H1.HeaderClassName
{
color: #DAADC7;
}
.AnyTagClassName
{
color: #DAADC7;
}
</style>
background-color css
<style>
a { background-color: #DAADC7; }
a { background-color: rgb(218,173,199); }
div.DivClassName
{
background-color: #DAADC7;
}
.BgClassName
{
background-color: #DAADC7;
}
</style>
border-color css
<style>
span { border-color: #DAADC7; }
span { border-color: rgb(218,173,199); }
td.TdClassName
{
border-color: #DAADC7;
}
.TagClassName
{
border-color: #DAADC7;
}
</style>