Shades of Maverick #D2AEC3
Tints of Maverick #D2AEC3
RGB
CMYK
RGB Variations
Color information
#D2AEC3 (or 0xD2AEC3) is known color: Maverick. HEX triplet: D2, AE and C3. RGB value is (210,174,195). Sum of RGB (Red+Green+Blue) = 210+174+195=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC3 is #2D513C. Grayscale: #BBBBBB. Windows color (decimal): -2969917 or 12824274. OLE color: 12824274.
HSL color Cylindrical-coordinate representation of color #D2AEC3: hue angle of 325º 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 #D2AEC3 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 195 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.18 |
| HSL | 325º | 0.29% | 0.75% | - |
| HSV(B) | 325º | 0.17% | 0.82% | - |
| XYZ | 51.56 | 47.91 | 58.16 | - |
| YUV | 187.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 195 | 0 | 0.17 | 0.07 | 0.18 | 325 | 0.29 | 0.75 |
| Hex | D2 | AE | C3 | 0 | 11 | 7 | 12 | 145 | 1D | 4B |
| Octal | 322 | 256 | 303 | 0 | 21 | 7 | 22 | 505 | 35 | 113 |
| Binary | 11010010 | 10101110 | 11000011 | 0 | 10001 | 111 | 10010 | 101000101 | 11101 | 1001011 |
Color Harmonies of #D2AEC3
Complementary color
Monochromatic Colors of #D2AEC3
Black with #D2AEC3
Text Example
Text Example
White with #D2AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEC3; }
p { color: rgb(210,174,195); }
H1.HeaderClassName
{
color: #D2AEC3;
}
.AnyTagClassName
{
color: #D2AEC3;
}
</style>
background-color css
<style>
a { background-color: #D2AEC3; }
a { background-color: rgb(210,174,195); }
div.DivClassName
{
background-color: #D2AEC3;
}
.BgClassName
{
background-color: #D2AEC3;
}
</style>
border-color css
<style>
span { border-color: #D2AEC3; }
span { border-color: rgb(210,174,195); }
td.TdClassName
{
border-color: #D2AEC3;
}
.TagClassName
{
border-color: #D2AEC3;
}
</style>