Shades of Maverick #D2AEBF
Tints of Maverick #D2AEBF
RGB
CMYK
RGB Variations
Color information
#D2AEBF (or 0xD2AEBF) is known color: Maverick. HEX triplet: D2, AE and BF. RGB value is (210,174,191). Sum of RGB (Red+Green+Blue) = 210+174+191=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEBF is #2D5140. Grayscale: #BABABA. Windows color (decimal): -2969921 or 12562130. OLE color: 12562130.
HSL color Cylindrical-coordinate representation of color #D2AEBF: hue angle of 331.67º 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 #D2AEBF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 191 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.18 |
| HSL | 331.67º | 0.29% | 0.75% | - |
| HSV(B) | 331.67º | 0.17% | 0.82% | - |
| XYZ | 51.12 | 47.74 | 55.81 | - |
| YUV | 186.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 191 | 0 | 0.17 | 0.09 | 0.18 | 331.67 | 0.29 | 0.75 |
| Hex | D2 | AE | BF | 0 | 11 | 9 | 12 | 14C | 1D | 4B |
| Octal | 322 | 256 | 277 | 0 | 21 | 11 | 22 | 514 | 35 | 113 |
| Binary | 11010010 | 10101110 | 10111111 | 0 | 10001 | 1001 | 10010 | 101001100 | 11101 | 1001011 |
Color Harmonies of #D2AEBF
Complementary color
Monochromatic Colors of #D2AEBF
Black with #D2AEBF
Text Example
Text Example
White with #D2AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEBF; }
p { color: rgb(210,174,191); }
H1.HeaderClassName
{
color: #D2AEBF;
}
.AnyTagClassName
{
color: #D2AEBF;
}
</style>
background-color css
<style>
a { background-color: #D2AEBF; }
a { background-color: rgb(210,174,191); }
div.DivClassName
{
background-color: #D2AEBF;
}
.BgClassName
{
background-color: #D2AEBF;
}
</style>
border-color css
<style>
span { border-color: #D2AEBF; }
span { border-color: rgb(210,174,191); }
td.TdClassName
{
border-color: #D2AEBF;
}
.TagClassName
{
border-color: #D2AEBF;
}
</style>