Shades of Maverick #D1AEC2
Tints of Maverick #D1AEC2
RGB
CMYK
RGB Variations
Color information
#D1AEC2 (or 0xD1AEC2) is known color: Maverick. HEX triplet: D1, AE and C2. RGB value is (209,174,194). Sum of RGB (Red+Green+Blue) = 209+174+194=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEC2 is #2E513D. Grayscale: #BABABA. Windows color (decimal): -3035454 or 12758737. OLE color: 12758737.
HSL color Cylindrical-coordinate representation of color #D1AEC2: hue angle of 325.71º 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 #D1AEC2 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 194 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.18 |
| HSL | 325.71º | 0.28% | 0.75% | - |
| HSV(B) | 325.71º | 0.17% | 0.82% | - |
| XYZ | 51.17 | 47.72 | 57.55 | - |
| YUV | 186.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 194 | 0 | 0.17 | 0.07 | 0.18 | 325.71 | 0.28 | 0.75 |
| Hex | D1 | AE | C2 | 0 | 11 | 7 | 12 | 146 | 1C | 4B |
| Octal | 321 | 256 | 302 | 0 | 21 | 7 | 22 | 506 | 34 | 113 |
| Binary | 11010001 | 10101110 | 11000010 | 0 | 10001 | 111 | 10010 | 101000110 | 11100 | 1001011 |
Color Harmonies of #D1AEC2
Complementary color
Monochromatic Colors of #D1AEC2
Black with #D1AEC2
Text Example
Text Example
White with #D1AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEC2; }
p { color: rgb(209,174,194); }
H1.HeaderClassName
{
color: #D1AEC2;
}
.AnyTagClassName
{
color: #D1AEC2;
}
</style>
background-color css
<style>
a { background-color: #D1AEC2; }
a { background-color: rgb(209,174,194); }
div.DivClassName
{
background-color: #D1AEC2;
}
.BgClassName
{
background-color: #D1AEC2;
}
</style>
border-color css
<style>
span { border-color: #D1AEC2; }
span { border-color: rgb(209,174,194); }
td.TdClassName
{
border-color: #D1AEC2;
}
.TagClassName
{
border-color: #D1AEC2;
}
</style>