Shades of Maverick #D0B4C5
Tints of Maverick #D0B4C5
RGB
CMYK
RGB Variations
Color information
#D0B4C5 (or 0xD0B4C5) is known color: Maverick. HEX triplet: D0, B4 and C5. RGB value is (208,180,197). Sum of RGB (Red+Green+Blue) = 208+180+197=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4C5 is #2F4B3A. Grayscale: #BEBEBE. Windows color (decimal): -3099451 or 12956880. OLE color: 12956880.
HSL color Cylindrical-coordinate representation of color #D0B4C5: hue angle of 323.57º degrees, saturation: 0.23, 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 #D0B4C5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 197 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.18 |
| HSL | 323.57º | 0.23% | 0.76% | - |
| HSV(B) | 323.57º | 0.13% | 0.82% | - |
| XYZ | 52.41 | 50.08 | 59.73 | - |
| YUV | 190.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 197 | 0 | 0.13 | 0.05 | 0.18 | 323.57 | 0.23 | 0.76 |
| Hex | D0 | B4 | C5 | 0 | D | 5 | 12 | 144 | 17 | 4C |
| Octal | 320 | 264 | 305 | 0 | 15 | 5 | 22 | 504 | 27 | 114 |
| Binary | 11010000 | 10110100 | 11000101 | 0 | 1101 | 101 | 10010 | 101000100 | 10111 | 1001100 |
Color Harmonies of #D0B4C5
Complementary color
Monochromatic Colors of #D0B4C5
Black with #D0B4C5
Text Example
Text Example
White with #D0B4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4C5; }
p { color: rgb(208,180,197); }
H1.HeaderClassName
{
color: #D0B4C5;
}
.AnyTagClassName
{
color: #D0B4C5;
}
</style>
background-color css
<style>
a { background-color: #D0B4C5; }
a { background-color: rgb(208,180,197); }
div.DivClassName
{
background-color: #D0B4C5;
}
.BgClassName
{
background-color: #D0B4C5;
}
</style>
border-color css
<style>
span { border-color: #D0B4C5; }
span { border-color: rgb(208,180,197); }
td.TdClassName
{
border-color: #D0B4C5;
}
.TagClassName
{
border-color: #D0B4C5;
}
</style>