Shades of Maverick #D5B5CC
Tints of Maverick #D5B5CC
RGB
CMYK
RGB Variations
Color information
#D5B5CC (or 0xD5B5CC) is known color: Maverick. HEX triplet: D5, B5 and CC. RGB value is (213,181,204). Sum of RGB (Red+Green+Blue) = 213+181+204=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5CC is #2A4A33. Grayscale: #C1C1C1. Windows color (decimal): -2771508 or 13415893. OLE color: 13415893.
HSL color Cylindrical-coordinate representation of color #D5B5CC: hue angle of 316.88º degrees, saturation: 0.28, 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 #D5B5CC is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 204 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.16 |
| HSL | 316.88º | 0.28% | 0.77% | - |
| HSV(B) | 316.88º | 0.15% | 0.84% | - |
| XYZ | 54.86 | 51.55 | 64.19 | - |
| YUV | 193.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 204 | 0 | 0.15 | 0.04 | 0.16 | 316.88 | 0.28 | 0.77 |
| Hex | D5 | B5 | CC | 0 | F | 4 | 10 | 13D | 1C | 4D |
| Octal | 325 | 265 | 314 | 0 | 17 | 4 | 20 | 475 | 34 | 115 |
| Binary | 11010101 | 10110101 | 11001100 | 0 | 1111 | 100 | 10000 | 100111101 | 11100 | 1001101 |
Color Harmonies of #D5B5CC
Complementary color
Monochromatic Colors of #D5B5CC
Black with #D5B5CC
Text Example
Text Example
White with #D5B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5CC; }
p { color: rgb(213,181,204); }
H1.HeaderClassName
{
color: #D5B5CC;
}
.AnyTagClassName
{
color: #D5B5CC;
}
</style>
background-color css
<style>
a { background-color: #D5B5CC; }
a { background-color: rgb(213,181,204); }
div.DivClassName
{
background-color: #D5B5CC;
}
.BgClassName
{
background-color: #D5B5CC;
}
</style>
border-color css
<style>
span { border-color: #D5B5CC; }
span { border-color: rgb(213,181,204); }
td.TdClassName
{
border-color: #D5B5CC;
}
.TagClassName
{
border-color: #D5B5CC;
}
</style>