Shades of Maverick #D1AECB
Tints of Maverick #D1AECB
RGB
CMYK
RGB Variations
Color information
#D1AECB (or 0xD1AECB) is known color: Maverick. HEX triplet: D1, AE and CB. RGB value is (209,174,203). Sum of RGB (Red+Green+Blue) = 209+174+203=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AECB is #2E5134. Grayscale: #BBBBBB. Windows color (decimal): -3035445 or 13348561. OLE color: 13348561.
HSL color Cylindrical-coordinate representation of color #D1AECB: hue angle of 310.29º 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 #D1AECB is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 203 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.18 |
| HSL | 310.29º | 0.28% | 0.75% | - |
| HSV(B) | 310.29º | 0.17% | 0.82% | - |
| XYZ | 52.21 | 48.14 | 63.04 | - |
| YUV | 187.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 203 | 0 | 0.17 | 0.03 | 0.18 | 310.29 | 0.28 | 0.75 |
| Hex | D1 | AE | CB | 0 | 11 | 3 | 12 | 136 | 1C | 4B |
| Octal | 321 | 256 | 313 | 0 | 21 | 3 | 22 | 466 | 34 | 113 |
| Binary | 11010001 | 10101110 | 11001011 | 0 | 10001 | 11 | 10010 | 100110110 | 11100 | 1001011 |
Color Harmonies of #D1AECB
Complementary color
Monochromatic Colors of #D1AECB
Black with #D1AECB
Text Example
Text Example
White with #D1AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AECB; }
p { color: rgb(209,174,203); }
H1.HeaderClassName
{
color: #D1AECB;
}
.AnyTagClassName
{
color: #D1AECB;
}
</style>
background-color css
<style>
a { background-color: #D1AECB; }
a { background-color: rgb(209,174,203); }
div.DivClassName
{
background-color: #D1AECB;
}
.BgClassName
{
background-color: #D1AECB;
}
</style>
border-color css
<style>
span { border-color: #D1AECB; }
span { border-color: rgb(209,174,203); }
td.TdClassName
{
border-color: #D1AECB;
}
.TagClassName
{
border-color: #D1AECB;
}
</style>