Shades of Maverick #D9ADC7
Tints of Maverick #D9ADC7
RGB
CMYK
RGB Variations
Color information
#D9ADC7 (or 0xD9ADC7) is known color: Maverick. HEX triplet: D9, AD and C7. RGB value is (217,173,199). Sum of RGB (Red+Green+Blue) = 217+173+199=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADC7 is #265238. Grayscale: #BDBDBD. Windows color (decimal): -2511417 or 13086169. OLE color: 13086169.
HSL color Cylindrical-coordinate representation of color #D9ADC7: hue angle of 324.55º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADC7 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 199 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.15 |
| HSL | 324.55º | 0.37% | 0.76% | - |
| HSV(B) | 324.55º | 0.2% | 0.85% | - |
| XYZ | 53.87 | 48.76 | 60.61 | - |
| YUV | 189.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 199 | 0 | 0.20 | 0.08 | 0.15 | 324.55 | 0.37 | 0.76 |
| Hex | D9 | AD | C7 | 0 | 14 | 8 | F | 145 | 25 | 4C |
| Octal | 331 | 255 | 307 | 0 | 24 | 10 | 17 | 505 | 45 | 114 |
| Binary | 11011001 | 10101101 | 11000111 | 0 | 10100 | 1000 | 1111 | 101000101 | 100101 | 1001100 |
Color Harmonies of #D9ADC7
Complementary color
Monochromatic Colors of #D9ADC7
Black with #D9ADC7
Text Example
Text Example
White with #D9ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADC7; }
p { color: rgb(217,173,199); }
H1.HeaderClassName
{
color: #D9ADC7;
}
.AnyTagClassName
{
color: #D9ADC7;
}
</style>
background-color css
<style>
a { background-color: #D9ADC7; }
a { background-color: rgb(217,173,199); }
div.DivClassName
{
background-color: #D9ADC7;
}
.BgClassName
{
background-color: #D9ADC7;
}
</style>
border-color css
<style>
span { border-color: #D9ADC7; }
span { border-color: rgb(217,173,199); }
td.TdClassName
{
border-color: #D9ADC7;
}
.TagClassName
{
border-color: #D9ADC7;
}
</style>