Shades of Maverick #DAABC8
Tints of Maverick #DAABC8
RGB
CMYK
RGB Variations
Color information
#DAABC8 (or 0xDAABC8) is known color: Maverick. HEX triplet: DA, AB and C8. RGB value is (218,171,200). Sum of RGB (Red+Green+Blue) = 218+171+200=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABC8 is #255437. Grayscale: #BCBCBC. Windows color (decimal): -2446392 or 13151194. OLE color: 13151194.
HSL color Cylindrical-coordinate representation of color #DAABC8: hue angle of 322.98º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABC8 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 200 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.15 |
| HSL | 322.98º | 0.39% | 0.76% | - |
| HSV(B) | 322.98º | 0.22% | 0.85% | - |
| XYZ | 53.9 | 48.2 | 61.11 | - |
| YUV | 188.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 200 | 0 | 0.22 | 0.08 | 0.15 | 322.98 | 0.39 | 0.76 |
| Hex | DA | AB | C8 | 0 | 16 | 8 | F | 143 | 27 | 4C |
| Octal | 332 | 253 | 310 | 0 | 26 | 10 | 17 | 503 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11001000 | 0 | 10110 | 1000 | 1111 | 101000011 | 100111 | 1001100 |
Color Harmonies of #DAABC8
Complementary color
Monochromatic Colors of #DAABC8
Black with #DAABC8
Text Example
Text Example
White with #DAABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABC8; }
p { color: rgb(218,171,200); }
H1.HeaderClassName
{
color: #DAABC8;
}
.AnyTagClassName
{
color: #DAABC8;
}
</style>
background-color css
<style>
a { background-color: #DAABC8; }
a { background-color: rgb(218,171,200); }
div.DivClassName
{
background-color: #DAABC8;
}
.BgClassName
{
background-color: #DAABC8;
}
</style>
border-color css
<style>
span { border-color: #DAABC8; }
span { border-color: rgb(218,171,200); }
td.TdClassName
{
border-color: #DAABC8;
}
.TagClassName
{
border-color: #DAABC8;
}
</style>