Shades of Maverick #D2AEBE
Tints of Maverick #D2AEBE
RGB
CMYK
RGB Variations
Color information
#D2AEBE (or 0xD2AEBE) is known color: Maverick. HEX triplet: D2, AE and BE. RGB value is (210,174,190). Sum of RGB (Red+Green+Blue) = 210+174+190=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEBE is #2D5141. Grayscale: #BABABA. Windows color (decimal): -2969922 or 12496594. OLE color: 12496594.
HSL color Cylindrical-coordinate representation of color #D2AEBE: hue angle of 333.33º 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 #D2AEBE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 190 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.18 |
| HSL | 333.33º | 0.29% | 0.75% | - |
| HSV(B) | 333.33º | 0.17% | 0.82% | - |
| XYZ | 51.01 | 47.69 | 55.23 | - |
| YUV | 186.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 190 | 0 | 0.17 | 0.10 | 0.18 | 333.33 | 0.29 | 0.75 |
| Hex | D2 | AE | BE | 0 | 11 | A | 12 | 14D | 1D | 4B |
| Octal | 322 | 256 | 276 | 0 | 21 | 12 | 22 | 515 | 35 | 113 |
| Binary | 11010010 | 10101110 | 10111110 | 0 | 10001 | 1010 | 10010 | 101001101 | 11101 | 1001011 |
Color Harmonies of #D2AEBE
Complementary color
Monochromatic Colors of #D2AEBE
Black with #D2AEBE
Text Example
Text Example
White with #D2AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEBE; }
p { color: rgb(210,174,190); }
H1.HeaderClassName
{
color: #D2AEBE;
}
.AnyTagClassName
{
color: #D2AEBE;
}
</style>
background-color css
<style>
a { background-color: #D2AEBE; }
a { background-color: rgb(210,174,190); }
div.DivClassName
{
background-color: #D2AEBE;
}
.BgClassName
{
background-color: #D2AEBE;
}
</style>
border-color css
<style>
span { border-color: #D2AEBE; }
span { border-color: rgb(210,174,190); }
td.TdClassName
{
border-color: #D2AEBE;
}
.TagClassName
{
border-color: #D2AEBE;
}
</style>