Shades of Maverick #D5B1CC
Tints of Maverick #D5B1CC
RGB
CMYK
RGB Variations
Color information
#D5B1CC (or 0xD5B1CC) is known color: Maverick. HEX triplet: D5, B1 and CC. RGB value is (213,177,204). Sum of RGB (Red+Green+Blue) = 213+177+204=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1CC is #2A4E33. Grayscale: #BEBEBE. Windows color (decimal): -2772532 or 13414869. OLE color: 13414869.
HSL color Cylindrical-coordinate representation of color #D5B1CC: hue angle of 315º 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 #D5B1CC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 204 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.16 |
| HSL | 315º | 0.3% | 0.76% | - |
| HSV(B) | 315º | 0.17% | 0.84% | - |
| XYZ | 54.06 | 49.95 | 63.92 | - |
| YUV | 190.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 204 | 0 | 0.17 | 0.04 | 0.16 | 315 | 0.3 | 0.76 |
| Hex | D5 | B1 | CC | 0 | 11 | 4 | 10 | 13B | 1E | 4C |
| Octal | 325 | 261 | 314 | 0 | 21 | 4 | 20 | 473 | 36 | 114 |
| Binary | 11010101 | 10110001 | 11001100 | 0 | 10001 | 100 | 10000 | 100111011 | 11110 | 1001100 |
Color Harmonies of #D5B1CC
Complementary color
Monochromatic Colors of #D5B1CC
Black with #D5B1CC
Text Example
Text Example
White with #D5B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1CC; }
p { color: rgb(213,177,204); }
H1.HeaderClassName
{
color: #D5B1CC;
}
.AnyTagClassName
{
color: #D5B1CC;
}
</style>
background-color css
<style>
a { background-color: #D5B1CC; }
a { background-color: rgb(213,177,204); }
div.DivClassName
{
background-color: #D5B1CC;
}
.BgClassName
{
background-color: #D5B1CC;
}
</style>
border-color css
<style>
span { border-color: #D5B1CC; }
span { border-color: rgb(213,177,204); }
td.TdClassName
{
border-color: #D5B1CC;
}
.TagClassName
{
border-color: #D5B1CC;
}
</style>