Shades of Maverick #D1AEC5
Tints of Maverick #D1AEC5
RGB
CMYK
RGB Variations
Color information
#D1AEC5 (or 0xD1AEC5) is known color: Maverick. HEX triplet: D1, AE and C5. RGB value is (209,174,197). Sum of RGB (Red+Green+Blue) = 209+174+197=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEC5 is #2E513A. Grayscale: #BBBBBB. Windows color (decimal): -3035451 or 12955345. OLE color: 12955345.
HSL color Cylindrical-coordinate representation of color #D1AEC5: hue angle of 320.57º 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 #D1AEC5 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 197 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.18 |
| HSL | 320.57º | 0.28% | 0.75% | - |
| HSV(B) | 320.57º | 0.17% | 0.82% | - |
| XYZ | 51.51 | 47.86 | 59.35 | - |
| YUV | 187.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 197 | 0 | 0.17 | 0.06 | 0.18 | 320.57 | 0.28 | 0.75 |
| Hex | D1 | AE | C5 | 0 | 11 | 6 | 12 | 141 | 1C | 4B |
| Octal | 321 | 256 | 305 | 0 | 21 | 6 | 22 | 501 | 34 | 113 |
| Binary | 11010001 | 10101110 | 11000101 | 0 | 10001 | 110 | 10010 | 101000001 | 11100 | 1001011 |
Color Harmonies of #D1AEC5
Complementary color
Monochromatic Colors of #D1AEC5
Black with #D1AEC5
Text Example
Text Example
White with #D1AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEC5; }
p { color: rgb(209,174,197); }
H1.HeaderClassName
{
color: #D1AEC5;
}
.AnyTagClassName
{
color: #D1AEC5;
}
</style>
background-color css
<style>
a { background-color: #D1AEC5; }
a { background-color: rgb(209,174,197); }
div.DivClassName
{
background-color: #D1AEC5;
}
.BgClassName
{
background-color: #D1AEC5;
}
</style>
border-color css
<style>
span { border-color: #D1AEC5; }
span { border-color: rgb(209,174,197); }
td.TdClassName
{
border-color: #D1AEC5;
}
.TagClassName
{
border-color: #D1AEC5;
}
</style>