Shades of Maverick #D1AFCB
Tints of Maverick #D1AFCB
RGB
CMYK
RGB Variations
Color information
#D1AFCB (or 0xD1AFCB) is known color: Maverick. HEX triplet: D1, AF and CB. RGB value is (209,175,203). Sum of RGB (Red+Green+Blue) = 209+175+203=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCB is #2E5034. Grayscale: #BCBCBC. Windows color (decimal): -3035189 or 13348817. OLE color: 13348817.
HSL color Cylindrical-coordinate representation of color #D1AFCB: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFCB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 203 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.18 |
| HSL | 310.59º | 0.27% | 0.75% | - |
| HSV(B) | 310.59º | 0.16% | 0.82% | - |
| XYZ | 52.4 | 48.53 | 63.1 | - |
| YUV | 188.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 203 | 0 | 0.16 | 0.03 | 0.18 | 310.59 | 0.27 | 0.75 |
| Hex | D1 | AF | CB | 0 | 10 | 3 | 12 | 137 | 1B | 4B |
| Octal | 321 | 257 | 313 | 0 | 20 | 3 | 22 | 467 | 33 | 113 |
| Binary | 11010001 | 10101111 | 11001011 | 0 | 10000 | 11 | 10010 | 100110111 | 11011 | 1001011 |
Color Harmonies of #D1AFCB
Complementary color
Monochromatic Colors of #D1AFCB
Black with #D1AFCB
Text Example
Text Example
White with #D1AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFCB; }
p { color: rgb(209,175,203); }
H1.HeaderClassName
{
color: #D1AFCB;
}
.AnyTagClassName
{
color: #D1AFCB;
}
</style>
background-color css
<style>
a { background-color: #D1AFCB; }
a { background-color: rgb(209,175,203); }
div.DivClassName
{
background-color: #D1AFCB;
}
.BgClassName
{
background-color: #D1AFCB;
}
</style>
border-color css
<style>
span { border-color: #D1AFCB; }
span { border-color: rgb(209,175,203); }
td.TdClassName
{
border-color: #D1AFCB;
}
.TagClassName
{
border-color: #D1AFCB;
}
</style>