Shades of Maverick #D2AECB
Tints of Maverick #D2AECB
RGB
CMYK
RGB Variations
Color information
#D2AECB (or 0xD2AECB) is known color: Maverick. HEX triplet: D2, AE and CB. RGB value is (210,174,203). Sum of RGB (Red+Green+Blue) = 210+174+203=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECB is #2D5134. Grayscale: #BBBBBB. Windows color (decimal): -2969909 or 13348562. OLE color: 13348562.
HSL color Cylindrical-coordinate representation of color #D2AECB: hue angle of 311.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 #D2AECB is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 203 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.18 |
| HSL | 311.67º | 0.29% | 0.75% | - |
| HSV(B) | 311.67º | 0.17% | 0.82% | - |
| XYZ | 52.49 | 48.29 | 63.05 | - |
| YUV | 188.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 203 | 0 | 0.17 | 0.03 | 0.18 | 311.67 | 0.29 | 0.75 |
| Hex | D2 | AE | CB | 0 | 11 | 3 | 12 | 138 | 1D | 4B |
| Octal | 322 | 256 | 313 | 0 | 21 | 3 | 22 | 470 | 35 | 113 |
| Binary | 11010010 | 10101110 | 11001011 | 0 | 10001 | 11 | 10010 | 100111000 | 11101 | 1001011 |
Color Harmonies of #D2AECB
Complementary color
Monochromatic Colors of #D2AECB
Black with #D2AECB
Text Example
Text Example
White with #D2AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AECB; }
p { color: rgb(210,174,203); }
H1.HeaderClassName
{
color: #D2AECB;
}
.AnyTagClassName
{
color: #D2AECB;
}
</style>
background-color css
<style>
a { background-color: #D2AECB; }
a { background-color: rgb(210,174,203); }
div.DivClassName
{
background-color: #D2AECB;
}
.BgClassName
{
background-color: #D2AECB;
}
</style>
border-color css
<style>
span { border-color: #D2AECB; }
span { border-color: rgb(210,174,203); }
td.TdClassName
{
border-color: #D2AECB;
}
.TagClassName
{
border-color: #D2AECB;
}
</style>