Shades of Maverick #D0B3C5
Tints of Maverick #D0B3C5
RGB
CMYK
RGB Variations
Color information
#D0B3C5 (or 0xD0B3C5) is known color: Maverick. HEX triplet: D0, B3 and C5. RGB value is (208,179,197). Sum of RGB (Red+Green+Blue) = 208+179+197=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3C5 is #2F4C3A. Grayscale: #BDBDBD. Windows color (decimal): -3099707 or 12956624. OLE color: 12956624.
HSL color Cylindrical-coordinate representation of color #D0B3C5: hue angle of 322.76º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B3C5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 197 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.18 |
| HSL | 322.76º | 0.24% | 0.76% | - |
| HSV(B) | 322.76º | 0.14% | 0.82% | - |
| XYZ | 52.21 | 49.68 | 59.66 | - |
| YUV | 189.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 197 | 0 | 0.14 | 0.05 | 0.18 | 322.76 | 0.24 | 0.76 |
| Hex | D0 | B3 | C5 | 0 | E | 5 | 12 | 143 | 18 | 4C |
| Octal | 320 | 263 | 305 | 0 | 16 | 5 | 22 | 503 | 30 | 114 |
| Binary | 11010000 | 10110011 | 11000101 | 0 | 1110 | 101 | 10010 | 101000011 | 11000 | 1001100 |
Color Harmonies of #D0B3C5
Complementary color
Monochromatic Colors of #D0B3C5
Black with #D0B3C5
Text Example
Text Example
White with #D0B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3C5; }
p { color: rgb(208,179,197); }
H1.HeaderClassName
{
color: #D0B3C5;
}
.AnyTagClassName
{
color: #D0B3C5;
}
</style>
background-color css
<style>
a { background-color: #D0B3C5; }
a { background-color: rgb(208,179,197); }
div.DivClassName
{
background-color: #D0B3C5;
}
.BgClassName
{
background-color: #D0B3C5;
}
</style>
border-color css
<style>
span { border-color: #D0B3C5; }
span { border-color: rgb(208,179,197); }
td.TdClassName
{
border-color: #D0B3C5;
}
.TagClassName
{
border-color: #D0B3C5;
}
</style>