Shades of Maverick #D5AECB
Tints of Maverick #D5AECB
RGB
CMYK
RGB Variations
Color information
#D5AECB (or 0xD5AECB) is known color: Maverick. HEX triplet: D5, AE and CB. RGB value is (213,174,203). Sum of RGB (Red+Green+Blue) = 213+174+203=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECB is #2A5134. Grayscale: #BCBCBC. Windows color (decimal): -2773301 or 13348565. OLE color: 13348565.
HSL color Cylindrical-coordinate representation of color #D5AECB: hue angle of 315.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECB is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 203 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.16 |
| HSL | 315.38º | 0.32% | 0.76% | - |
| HSV(B) | 315.38º | 0.18% | 0.84% | - |
| XYZ | 53.36 | 48.73 | 63.09 | - |
| YUV | 188.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 203 | 0 | 0.18 | 0.05 | 0.16 | 315.38 | 0.32 | 0.76 |
| Hex | D5 | AE | CB | 0 | 12 | 5 | 10 | 13B | 20 | 4C |
| Octal | 325 | 256 | 313 | 0 | 22 | 5 | 20 | 473 | 40 | 114 |
| Binary | 11010101 | 10101110 | 11001011 | 0 | 10010 | 101 | 10000 | 100111011 | 100000 | 1001100 |
Color Harmonies of #D5AECB
Complementary color
Monochromatic Colors of #D5AECB
Black with #D5AECB
Text Example
Text Example
White with #D5AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AECB; }
p { color: rgb(213,174,203); }
H1.HeaderClassName
{
color: #D5AECB;
}
.AnyTagClassName
{
color: #D5AECB;
}
</style>
background-color css
<style>
a { background-color: #D5AECB; }
a { background-color: rgb(213,174,203); }
div.DivClassName
{
background-color: #D5AECB;
}
.BgClassName
{
background-color: #D5AECB;
}
</style>
border-color css
<style>
span { border-color: #D5AECB; }
span { border-color: rgb(213,174,203); }
td.TdClassName
{
border-color: #D5AECB;
}
.TagClassName
{
border-color: #D5AECB;
}
</style>