Shades of Maverick #D2AEC6
Tints of Maverick #D2AEC6
RGB
CMYK
RGB Variations
Color information
#D2AEC6 (or 0xD2AEC6) is known color: Maverick. HEX triplet: D2, AE and C6. RGB value is (210,174,198). Sum of RGB (Red+Green+Blue) = 210+174+198=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC6 is #2D5139. Grayscale: #BBBBBB. Windows color (decimal): -2969914 or 13020882. OLE color: 13020882.
HSL color Cylindrical-coordinate representation of color #D2AEC6: hue angle of 320º degrees, saturation: 0.29, 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 #D2AEC6 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 198 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.18 |
| HSL | 320º | 0.29% | 0.75% | - |
| HSV(B) | 320º | 0.17% | 0.82% | - |
| XYZ | 51.91 | 48.05 | 59.97 | - |
| YUV | 187.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 198 | 0 | 0.17 | 0.06 | 0.18 | 320 | 0.29 | 0.75 |
| Hex | D2 | AE | C6 | 0 | 11 | 6 | 12 | 140 | 1D | 4B |
| Octal | 322 | 256 | 306 | 0 | 21 | 6 | 22 | 500 | 35 | 113 |
| Binary | 11010010 | 10101110 | 11000110 | 0 | 10001 | 110 | 10010 | 101000000 | 11101 | 1001011 |
Color Harmonies of #D2AEC6
Complementary color
Monochromatic Colors of #D2AEC6
Black with #D2AEC6
Text Example
Text Example
White with #D2AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEC6; }
p { color: rgb(210,174,198); }
H1.HeaderClassName
{
color: #D2AEC6;
}
.AnyTagClassName
{
color: #D2AEC6;
}
</style>
background-color css
<style>
a { background-color: #D2AEC6; }
a { background-color: rgb(210,174,198); }
div.DivClassName
{
background-color: #D2AEC6;
}
.BgClassName
{
background-color: #D2AEC6;
}
</style>
border-color css
<style>
span { border-color: #D2AEC6; }
span { border-color: rgb(210,174,198); }
td.TdClassName
{
border-color: #D2AEC6;
}
.TagClassName
{
border-color: #D2AEC6;
}
</style>