Shades of Maverick #D6B5CC
Tints of Maverick #D6B5CC
RGB
CMYK
RGB Variations
Color information
#D6B5CC (or 0xD6B5CC) is known color: Maverick. HEX triplet: D6, B5 and CC. RGB value is (214,181,204). Sum of RGB (Red+Green+Blue) = 214+181+204=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5CC is #294A33. Grayscale: #C1C1C1. Windows color (decimal): -2705972 or 13415894. OLE color: 13415894.
HSL color Cylindrical-coordinate representation of color #D6B5CC: hue angle of 318.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5CC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 204 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.16 |
| HSL | 318.18º | 0.29% | 0.77% | - |
| HSV(B) | 318.18º | 0.15% | 0.84% | - |
| XYZ | 55.15 | 51.7 | 64.2 | - |
| YUV | 193.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 204 | 0 | 0.15 | 0.05 | 0.16 | 318.18 | 0.29 | 0.77 |
| Hex | D6 | B5 | CC | 0 | F | 5 | 10 | 13E | 1D | 4D |
| Octal | 326 | 265 | 314 | 0 | 17 | 5 | 20 | 476 | 35 | 115 |
| Binary | 11010110 | 10110101 | 11001100 | 0 | 1111 | 101 | 10000 | 100111110 | 11101 | 1001101 |
Color Harmonies of #D6B5CC
Complementary color
Monochromatic Colors of #D6B5CC
Black with #D6B5CC
Text Example
Text Example
White with #D6B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5CC; }
p { color: rgb(214,181,204); }
H1.HeaderClassName
{
color: #D6B5CC;
}
.AnyTagClassName
{
color: #D6B5CC;
}
</style>
background-color css
<style>
a { background-color: #D6B5CC; }
a { background-color: rgb(214,181,204); }
div.DivClassName
{
background-color: #D6B5CC;
}
.BgClassName
{
background-color: #D6B5CC;
}
</style>
border-color css
<style>
span { border-color: #D6B5CC; }
span { border-color: rgb(214,181,204); }
td.TdClassName
{
border-color: #D6B5CC;
}
.TagClassName
{
border-color: #D6B5CC;
}
</style>