Shades of Maverick #D0ADC6
Tints of Maverick #D0ADC6
RGB
CMYK
RGB Variations
Color information
#D0ADC6 (or 0xD0ADC6) is known color: Maverick. HEX triplet: D0, AD and C6. RGB value is (208,173,198). Sum of RGB (Red+Green+Blue) = 208+173+198=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADC6 is #2F5239. Grayscale: #BABABA. Windows color (decimal): -3101242 or 13020624. OLE color: 13020624.
HSL color Cylindrical-coordinate representation of color #D0ADC6: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADC6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 198 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.18 |
| HSL | 317.14º | 0.27% | 0.75% | - |
| HSV(B) | 317.14º | 0.17% | 0.82% | - |
| XYZ | 51.15 | 47.37 | 59.87 | - |
| YUV | 186.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 198 | 0 | 0.17 | 0.05 | 0.18 | 317.14 | 0.27 | 0.75 |
| Hex | D0 | AD | C6 | 0 | 11 | 5 | 12 | 13D | 1B | 4B |
| Octal | 320 | 255 | 306 | 0 | 21 | 5 | 22 | 475 | 33 | 113 |
| Binary | 11010000 | 10101101 | 11000110 | 0 | 10001 | 101 | 10010 | 100111101 | 11011 | 1001011 |
Color Harmonies of #D0ADC6
Complementary color
Monochromatic Colors of #D0ADC6
Black with #D0ADC6
Text Example
Text Example
White with #D0ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADC6; }
p { color: rgb(208,173,198); }
H1.HeaderClassName
{
color: #D0ADC6;
}
.AnyTagClassName
{
color: #D0ADC6;
}
</style>
background-color css
<style>
a { background-color: #D0ADC6; }
a { background-color: rgb(208,173,198); }
div.DivClassName
{
background-color: #D0ADC6;
}
.BgClassName
{
background-color: #D0ADC6;
}
</style>
border-color css
<style>
span { border-color: #D0ADC6; }
span { border-color: rgb(208,173,198); }
td.TdClassName
{
border-color: #D0ADC6;
}
.TagClassName
{
border-color: #D0ADC6;
}
</style>