Shades of Maverick #D1ADC8
Tints of Maverick #D1ADC8
RGB
CMYK
RGB Variations
Color information
#D1ADC8 (or 0xD1ADC8) is known color: Maverick. HEX triplet: D1, AD and C8. RGB value is (209,173,200). Sum of RGB (Red+Green+Blue) = 209+173+200=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADC8 is #2E5237. Grayscale: #BABABA. Windows color (decimal): -3035704 or 13151697. OLE color: 13151697.
HSL color Cylindrical-coordinate representation of color #D1ADC8: hue angle of 315º degrees, saturation: 0.28, 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 #D1ADC8 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 200 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.18 |
| HSL | 315º | 0.28% | 0.75% | - |
| HSV(B) | 315º | 0.17% | 0.82% | - |
| XYZ | 51.66 | 47.61 | 61.11 | - |
| YUV | 186.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 200 | 0 | 0.17 | 0.04 | 0.18 | 315 | 0.28 | 0.75 |
| Hex | D1 | AD | C8 | 0 | 11 | 4 | 12 | 13B | 1C | 4B |
| Octal | 321 | 255 | 310 | 0 | 21 | 4 | 22 | 473 | 34 | 113 |
| Binary | 11010001 | 10101101 | 11001000 | 0 | 10001 | 100 | 10010 | 100111011 | 11100 | 1001011 |
Color Harmonies of #D1ADC8
Complementary color
Monochromatic Colors of #D1ADC8
Black with #D1ADC8
Text Example
Text Example
White with #D1ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADC8; }
p { color: rgb(209,173,200); }
H1.HeaderClassName
{
color: #D1ADC8;
}
.AnyTagClassName
{
color: #D1ADC8;
}
</style>
background-color css
<style>
a { background-color: #D1ADC8; }
a { background-color: rgb(209,173,200); }
div.DivClassName
{
background-color: #D1ADC8;
}
.BgClassName
{
background-color: #D1ADC8;
}
</style>
border-color css
<style>
span { border-color: #D1ADC8; }
span { border-color: rgb(209,173,200); }
td.TdClassName
{
border-color: #D1ADC8;
}
.TagClassName
{
border-color: #D1ADC8;
}
</style>