Shades of Maverick #DAACCC
Tints of Maverick #DAACCC
RGB
CMYK
RGB Variations
Color information
#DAACCC (or 0xDAACCC) is known color: Maverick. HEX triplet: DA, AC and CC. RGB value is (218,172,204). Sum of RGB (Red+Green+Blue) = 218+172+204=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCC is #255333. Grayscale: #BDBDBD. Windows color (decimal): -2446132 or 13413594. OLE color: 13413594.
HSL color Cylindrical-coordinate representation of color #DAACCC: hue angle of 318.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACCC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 204 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.15 |
| HSL | 318.26º | 0.38% | 0.76% | - |
| HSV(B) | 318.26º | 0.21% | 0.85% | - |
| XYZ | 54.57 | 48.77 | 63.66 | - |
| YUV | 189.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 204 | 0 | 0.21 | 0.06 | 0.15 | 318.26 | 0.38 | 0.76 |
| Hex | DA | AC | CC | 0 | 15 | 6 | F | 13E | 26 | 4C |
| Octal | 332 | 254 | 314 | 0 | 25 | 6 | 17 | 476 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11001100 | 0 | 10101 | 110 | 1111 | 100111110 | 100110 | 1001100 |
Color Harmonies of #DAACCC
Complementary color
Monochromatic Colors of #DAACCC
Black with #DAACCC
Text Example
Text Example
White with #DAACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACCC; }
p { color: rgb(218,172,204); }
H1.HeaderClassName
{
color: #DAACCC;
}
.AnyTagClassName
{
color: #DAACCC;
}
</style>
background-color css
<style>
a { background-color: #DAACCC; }
a { background-color: rgb(218,172,204); }
div.DivClassName
{
background-color: #DAACCC;
}
.BgClassName
{
background-color: #DAACCC;
}
</style>
border-color css
<style>
span { border-color: #DAACCC; }
span { border-color: rgb(218,172,204); }
td.TdClassName
{
border-color: #DAACCC;
}
.TagClassName
{
border-color: #DAACCC;
}
</style>