Shades of Maverick #D6B1CC
Tints of Maverick #D6B1CC
RGB
CMYK
RGB Variations
Color information
#D6B1CC (or 0xD6B1CC) is known color: Maverick. HEX triplet: D6, B1 and CC. RGB value is (214,177,204). Sum of RGB (Red+Green+Blue) = 214+177+204=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1CC is #294E33. Grayscale: #BFBFBF. Windows color (decimal): -2706996 or 13414870. OLE color: 13414870.
HSL color Cylindrical-coordinate representation of color #D6B1CC: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1CC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 204 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.16 |
| HSL | 316.22º | 0.31% | 0.77% | - |
| HSV(B) | 316.22º | 0.17% | 0.84% | - |
| XYZ | 54.35 | 50.1 | 63.93 | - |
| YUV | 191.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 204 | 0 | 0.17 | 0.05 | 0.16 | 316.22 | 0.31 | 0.77 |
| Hex | D6 | B1 | CC | 0 | 11 | 5 | 10 | 13C | 1F | 4D |
| Octal | 326 | 261 | 314 | 0 | 21 | 5 | 20 | 474 | 37 | 115 |
| Binary | 11010110 | 10110001 | 11001100 | 0 | 10001 | 101 | 10000 | 100111100 | 11111 | 1001101 |
Color Harmonies of #D6B1CC
Complementary color
Monochromatic Colors of #D6B1CC
Black with #D6B1CC
Text Example
Text Example
White with #D6B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1CC; }
p { color: rgb(214,177,204); }
H1.HeaderClassName
{
color: #D6B1CC;
}
.AnyTagClassName
{
color: #D6B1CC;
}
</style>
background-color css
<style>
a { background-color: #D6B1CC; }
a { background-color: rgb(214,177,204); }
div.DivClassName
{
background-color: #D6B1CC;
}
.BgClassName
{
background-color: #D6B1CC;
}
</style>
border-color css
<style>
span { border-color: #D6B1CC; }
span { border-color: rgb(214,177,204); }
td.TdClassName
{
border-color: #D6B1CC;
}
.TagClassName
{
border-color: #D6B1CC;
}
</style>