Shades of Maverick #D0B5C9
Tints of Maverick #D0B5C9
RGB
CMYK
RGB Variations
Color information
#D0B5C9 (or 0xD0B5C9) is known color: Maverick. HEX triplet: D0, B5 and C9. RGB value is (208,181,201). Sum of RGB (Red+Green+Blue) = 208+181+201=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5C9 is #2F4A36. Grayscale: #BFBFBF. Windows color (decimal): -3099191 or 13219280. OLE color: 13219280.
HSL color Cylindrical-coordinate representation of color #D0B5C9: hue angle of 315.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B5C9 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 201 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.18 |
| HSL | 315.56º | 0.22% | 0.76% | - |
| HSV(B) | 315.56º | 0.13% | 0.82% | - |
| XYZ | 53.08 | 50.67 | 62.24 | - |
| YUV | 191.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 201 | 0 | 0.13 | 0.03 | 0.18 | 315.56 | 0.22 | 0.76 |
| Hex | D0 | B5 | C9 | 0 | D | 3 | 12 | 13C | 16 | 4C |
| Octal | 320 | 265 | 311 | 0 | 15 | 3 | 22 | 474 | 26 | 114 |
| Binary | 11010000 | 10110101 | 11001001 | 0 | 1101 | 11 | 10010 | 100111100 | 10110 | 1001100 |
Color Harmonies of #D0B5C9
Complementary color
Monochromatic Colors of #D0B5C9
Black with #D0B5C9
Text Example
Text Example
White with #D0B5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5C9; }
p { color: rgb(208,181,201); }
H1.HeaderClassName
{
color: #D0B5C9;
}
.AnyTagClassName
{
color: #D0B5C9;
}
</style>
background-color css
<style>
a { background-color: #D0B5C9; }
a { background-color: rgb(208,181,201); }
div.DivClassName
{
background-color: #D0B5C9;
}
.BgClassName
{
background-color: #D0B5C9;
}
</style>
border-color css
<style>
span { border-color: #D0B5C9; }
span { border-color: rgb(208,181,201); }
td.TdClassName
{
border-color: #D0B5C9;
}
.TagClassName
{
border-color: #D0B5C9;
}
</style>