Shades of Maverick #D5B1C6
Tints of Maverick #D5B1C6
RGB
CMYK
RGB Variations
Color information
#D5B1C6 (or 0xD5B1C6) is known color: Maverick. HEX triplet: D5, B1 and C6. RGB value is (213,177,198). Sum of RGB (Red+Green+Blue) = 213+177+198=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1C6 is #2A4E39. Grayscale: #BEBEBE. Windows color (decimal): -2772538 or 13021653. OLE color: 13021653.
HSL color Cylindrical-coordinate representation of color #D5B1C6: hue angle of 325º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B1C6 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 198 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.16 |
| HSL | 325º | 0.3% | 0.76% | - |
| HSV(B) | 325º | 0.17% | 0.84% | - |
| XYZ | 53.36 | 49.67 | 60.2 | - |
| YUV | 190.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 198 | 0 | 0.17 | 0.07 | 0.16 | 325 | 0.3 | 0.76 |
| Hex | D5 | B1 | C6 | 0 | 11 | 7 | 10 | 145 | 1E | 4C |
| Octal | 325 | 261 | 306 | 0 | 21 | 7 | 20 | 505 | 36 | 114 |
| Binary | 11010101 | 10110001 | 11000110 | 0 | 10001 | 111 | 10000 | 101000101 | 11110 | 1001100 |
Color Harmonies of #D5B1C6
Complementary color
Monochromatic Colors of #D5B1C6
Black with #D5B1C6
Text Example
Text Example
White with #D5B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1C6; }
p { color: rgb(213,177,198); }
H1.HeaderClassName
{
color: #D5B1C6;
}
.AnyTagClassName
{
color: #D5B1C6;
}
</style>
background-color css
<style>
a { background-color: #D5B1C6; }
a { background-color: rgb(213,177,198); }
div.DivClassName
{
background-color: #D5B1C6;
}
.BgClassName
{
background-color: #D5B1C6;
}
</style>
border-color css
<style>
span { border-color: #D5B1C6; }
span { border-color: rgb(213,177,198); }
td.TdClassName
{
border-color: #D5B1C6;
}
.TagClassName
{
border-color: #D5B1C6;
}
</style>