Shades of Maverick #D2AEC7
Tints of Maverick #D2AEC7
RGB
CMYK
RGB Variations
Color information
#D2AEC7 (or 0xD2AEC7) is known color: Maverick. HEX triplet: D2, AE and C7. RGB value is (210,174,199). Sum of RGB (Red+Green+Blue) = 210+174+199=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC7 is #2D5138. Grayscale: #BBBBBB. Windows color (decimal): -2969913 or 13086418. OLE color: 13086418.
HSL color Cylindrical-coordinate representation of color #D2AEC7: hue angle of 318.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 #D2AEC7 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 199 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.18 |
| HSL | 318.33º | 0.29% | 0.75% | - |
| HSV(B) | 318.33º | 0.17% | 0.82% | - |
| XYZ | 52.02 | 48.1 | 60.57 | - |
| YUV | 187.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 199 | 0 | 0.17 | 0.05 | 0.18 | 318.33 | 0.29 | 0.75 |
| Hex | D2 | AE | C7 | 0 | 11 | 5 | 12 | 13E | 1D | 4B |
| Octal | 322 | 256 | 307 | 0 | 21 | 5 | 22 | 476 | 35 | 113 |
| Binary | 11010010 | 10101110 | 11000111 | 0 | 10001 | 101 | 10010 | 100111110 | 11101 | 1001011 |
Color Harmonies of #D2AEC7
Complementary color
Monochromatic Colors of #D2AEC7
Black with #D2AEC7
Text Example
Text Example
White with #D2AEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEC7; }
p { color: rgb(210,174,199); }
H1.HeaderClassName
{
color: #D2AEC7;
}
.AnyTagClassName
{
color: #D2AEC7;
}
</style>
background-color css
<style>
a { background-color: #D2AEC7; }
a { background-color: rgb(210,174,199); }
div.DivClassName
{
background-color: #D2AEC7;
}
.BgClassName
{
background-color: #D2AEC7;
}
</style>
border-color css
<style>
span { border-color: #D2AEC7; }
span { border-color: rgb(210,174,199); }
td.TdClassName
{
border-color: #D2AEC7;
}
.TagClassName
{
border-color: #D2AEC7;
}
</style>