Shades of Maverick #D2ADC6
Tints of Maverick #D2ADC6
RGB
CMYK
RGB Variations
Color information
#D2ADC6 (or 0xD2ADC6) is known color: Maverick. HEX triplet: D2, AD and C6. RGB value is (210,173,198). Sum of RGB (Red+Green+Blue) = 210+173+198=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADC6 is #2D5239. Grayscale: #BABABA. Windows color (decimal): -2970170 or 13020626. OLE color: 13020626.
HSL color Cylindrical-coordinate representation of color #D2ADC6: hue angle of 319.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADC6 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 198 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.18 |
| HSL | 319.46º | 0.29% | 0.75% | - |
| HSV(B) | 319.46º | 0.18% | 0.82% | - |
| XYZ | 51.71 | 47.67 | 59.9 | - |
| YUV | 186.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 198 | 0 | 0.18 | 0.06 | 0.18 | 319.46 | 0.29 | 0.75 |
| Hex | D2 | AD | C6 | 0 | 12 | 6 | 12 | 13F | 1D | 4B |
| Octal | 322 | 255 | 306 | 0 | 22 | 6 | 22 | 477 | 35 | 113 |
| Binary | 11010010 | 10101101 | 11000110 | 0 | 10010 | 110 | 10010 | 100111111 | 11101 | 1001011 |
Color Harmonies of #D2ADC6
Complementary color
Monochromatic Colors of #D2ADC6
Black with #D2ADC6
Text Example
Text Example
White with #D2ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADC6; }
p { color: rgb(210,173,198); }
H1.HeaderClassName
{
color: #D2ADC6;
}
.AnyTagClassName
{
color: #D2ADC6;
}
</style>
background-color css
<style>
a { background-color: #D2ADC6; }
a { background-color: rgb(210,173,198); }
div.DivClassName
{
background-color: #D2ADC6;
}
.BgClassName
{
background-color: #D2ADC6;
}
</style>
border-color css
<style>
span { border-color: #D2ADC6; }
span { border-color: rgb(210,173,198); }
td.TdClassName
{
border-color: #D2ADC6;
}
.TagClassName
{
border-color: #D2ADC6;
}
</style>