Shades of Maverick #DAAEC9
Tints of Maverick #DAAEC9
RGB
CMYK
RGB Variations
Color information
#DAAEC9 (or 0xDAAEC9) is known color: Maverick. HEX triplet: DA, AE and C9. RGB value is (218,174,201). Sum of RGB (Red+Green+Blue) = 218+174+201=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC9 is #255136. Grayscale: #BEBEBE. Windows color (decimal): -2445623 or 13217498. OLE color: 13217498.
HSL color Cylindrical-coordinate representation of color #DAAEC9: hue angle of 323.18º 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 #DAAEC9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 201 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.15 |
| HSL | 323.18º | 0.37% | 0.77% | - |
| HSV(B) | 323.18º | 0.2% | 0.85% | - |
| XYZ | 54.59 | 49.39 | 61.92 | - |
| YUV | 190.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 201 | 0 | 0.20 | 0.08 | 0.15 | 323.18 | 0.37 | 0.77 |
| Hex | DA | AE | C9 | 0 | 14 | 8 | F | 143 | 25 | 4D |
| Octal | 332 | 256 | 311 | 0 | 24 | 10 | 17 | 503 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11001001 | 0 | 10100 | 1000 | 1111 | 101000011 | 100101 | 1001101 |
Color Harmonies of #DAAEC9
Complementary color
Monochromatic Colors of #DAAEC9
Black with #DAAEC9
Text Example
Text Example
White with #DAAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC9; }
p { color: rgb(218,174,201); }
H1.HeaderClassName
{
color: #DAAEC9;
}
.AnyTagClassName
{
color: #DAAEC9;
}
</style>
background-color css
<style>
a { background-color: #DAAEC9; }
a { background-color: rgb(218,174,201); }
div.DivClassName
{
background-color: #DAAEC9;
}
.BgClassName
{
background-color: #DAAEC9;
}
</style>
border-color css
<style>
span { border-color: #DAAEC9; }
span { border-color: rgb(218,174,201); }
td.TdClassName
{
border-color: #DAAEC9;
}
.TagClassName
{
border-color: #DAAEC9;
}
</style>