Shades of Maverick #D3AFCB
Tints of Maverick #D3AFCB
RGB
CMYK
RGB Variations
Color information
#D3AFCB (or 0xD3AFCB) is known color: Maverick. HEX triplet: D3, AF and CB. RGB value is (211,175,203). Sum of RGB (Red+Green+Blue) = 211+175+203=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCB is #2C5034. Grayscale: #BCBCBC. Windows color (decimal): -2904117 or 13348819. OLE color: 13348819.
HSL color Cylindrical-coordinate representation of color #D3AFCB: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFCB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 203 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.17 |
| HSL | 313.33º | 0.29% | 0.76% | - |
| HSV(B) | 313.33º | 0.17% | 0.83% | - |
| XYZ | 52.97 | 48.82 | 63.13 | - |
| YUV | 188.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 203 | 0 | 0.17 | 0.04 | 0.17 | 313.33 | 0.29 | 0.76 |
| Hex | D3 | AF | CB | 0 | 11 | 4 | 11 | 139 | 1D | 4C |
| Octal | 323 | 257 | 313 | 0 | 21 | 4 | 21 | 471 | 35 | 114 |
| Binary | 11010011 | 10101111 | 11001011 | 0 | 10001 | 100 | 10001 | 100111001 | 11101 | 1001100 |
Color Harmonies of #D3AFCB
Complementary color
Monochromatic Colors of #D3AFCB
Black with #D3AFCB
Text Example
Text Example
White with #D3AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFCB; }
p { color: rgb(211,175,203); }
H1.HeaderClassName
{
color: #D3AFCB;
}
.AnyTagClassName
{
color: #D3AFCB;
}
</style>
background-color css
<style>
a { background-color: #D3AFCB; }
a { background-color: rgb(211,175,203); }
div.DivClassName
{
background-color: #D3AFCB;
}
.BgClassName
{
background-color: #D3AFCB;
}
</style>
border-color css
<style>
span { border-color: #D3AFCB; }
span { border-color: rgb(211,175,203); }
td.TdClassName
{
border-color: #D3AFCB;
}
.TagClassName
{
border-color: #D3AFCB;
}
</style>