Shades of Maverick #DAABCC
Tints of Maverick #DAABCC
RGB
CMYK
RGB Variations
Color information
#DAABCC (or 0xDAABCC) is known color: Maverick. HEX triplet: DA, AB and CC. RGB value is (218,171,204). Sum of RGB (Red+Green+Blue) = 218+171+204=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABCC is #255433. Grayscale: #BCBCBC. Windows color (decimal): -2446388 or 13413338. OLE color: 13413338.
HSL color Cylindrical-coordinate representation of color #DAABCC: hue angle of 317.87º 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 #DAABCC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 204 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.15 |
| HSL | 317.87º | 0.39% | 0.76% | - |
| HSV(B) | 317.87º | 0.22% | 0.85% | - |
| XYZ | 54.38 | 48.39 | 63.6 | - |
| YUV | 188.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 204 | 0 | 0.22 | 0.06 | 0.15 | 317.87 | 0.39 | 0.76 |
| Hex | DA | AB | CC | 0 | 16 | 6 | F | 13E | 27 | 4C |
| Octal | 332 | 253 | 314 | 0 | 26 | 6 | 17 | 476 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11001100 | 0 | 10110 | 110 | 1111 | 100111110 | 100111 | 1001100 |
Color Harmonies of #DAABCC
Complementary color
Monochromatic Colors of #DAABCC
Black with #DAABCC
Text Example
Text Example
White with #DAABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABCC; }
p { color: rgb(218,171,204); }
H1.HeaderClassName
{
color: #DAABCC;
}
.AnyTagClassName
{
color: #DAABCC;
}
</style>
background-color css
<style>
a { background-color: #DAABCC; }
a { background-color: rgb(218,171,204); }
div.DivClassName
{
background-color: #DAABCC;
}
.BgClassName
{
background-color: #DAABCC;
}
</style>
border-color css
<style>
span { border-color: #DAABCC; }
span { border-color: rgb(218,171,204); }
td.TdClassName
{
border-color: #DAABCC;
}
.TagClassName
{
border-color: #DAABCC;
}
</style>