Shades of Maverick #DAAECC
Tints of Maverick #DAAECC
RGB
CMYK
RGB Variations
Color information
#DAAECC (or 0xDAAECC) is known color: Maverick. HEX triplet: DA, AE and CC. RGB value is (218,174,204). Sum of RGB (Red+Green+Blue) = 218+174+204=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECC is #255133. Grayscale: #BEBEBE. Windows color (decimal): -2445620 or 13414106. OLE color: 13414106.
HSL color Cylindrical-coordinate representation of color #DAAECC: hue angle of 319.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAECC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 204 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.15 |
| HSL | 319.09º | 0.37% | 0.77% | - |
| HSV(B) | 319.09º | 0.2% | 0.85% | - |
| XYZ | 54.95 | 49.54 | 63.79 | - |
| YUV | 190.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 204 | 0 | 0.20 | 0.06 | 0.15 | 319.09 | 0.37 | 0.77 |
| Hex | DA | AE | CC | 0 | 14 | 6 | F | 13F | 25 | 4D |
| Octal | 332 | 256 | 314 | 0 | 24 | 6 | 17 | 477 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11001100 | 0 | 10100 | 110 | 1111 | 100111111 | 100101 | 1001101 |
Color Harmonies of #DAAECC
Complementary color
Monochromatic Colors of #DAAECC
Black with #DAAECC
Text Example
Text Example
White with #DAAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAECC; }
p { color: rgb(218,174,204); }
H1.HeaderClassName
{
color: #DAAECC;
}
.AnyTagClassName
{
color: #DAAECC;
}
</style>
background-color css
<style>
a { background-color: #DAAECC; }
a { background-color: rgb(218,174,204); }
div.DivClassName
{
background-color: #DAAECC;
}
.BgClassName
{
background-color: #DAAECC;
}
</style>
border-color css
<style>
span { border-color: #DAAECC; }
span { border-color: rgb(218,174,204); }
td.TdClassName
{
border-color: #DAAECC;
}
.TagClassName
{
border-color: #DAAECC;
}
</style>