Shades of Maverick #D0B3CA
Tints of Maverick #D0B3CA
RGB
CMYK
RGB Variations
Color information
#D0B3CA (or 0xD0B3CA) is known color: Maverick. HEX triplet: D0, B3 and CA. RGB value is (208,179,202). Sum of RGB (Red+Green+Blue) = 208+179+202=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3CA is #2F4C35. Grayscale: #BEBEBE. Windows color (decimal): -3099702 or 13284304. OLE color: 13284304.
HSL color Cylindrical-coordinate representation of color #D0B3CA: hue angle of 312.41º 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 #D0B3CA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 202 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.18 |
| HSL | 312.41º | 0.24% | 0.76% | - |
| HSV(B) | 312.41º | 0.14% | 0.82% | - |
| XYZ | 52.79 | 49.91 | 62.73 | - |
| YUV | 190.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 202 | 0 | 0.14 | 0.03 | 0.18 | 312.41 | 0.24 | 0.76 |
| Hex | D0 | B3 | CA | 0 | E | 3 | 12 | 138 | 18 | 4C |
| Octal | 320 | 263 | 312 | 0 | 16 | 3 | 22 | 470 | 30 | 114 |
| Binary | 11010000 | 10110011 | 11001010 | 0 | 1110 | 11 | 10010 | 100111000 | 11000 | 1001100 |
Color Harmonies of #D0B3CA
Complementary color
Monochromatic Colors of #D0B3CA
Black with #D0B3CA
Text Example
Text Example
White with #D0B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3CA; }
p { color: rgb(208,179,202); }
H1.HeaderClassName
{
color: #D0B3CA;
}
.AnyTagClassName
{
color: #D0B3CA;
}
</style>
background-color css
<style>
a { background-color: #D0B3CA; }
a { background-color: rgb(208,179,202); }
div.DivClassName
{
background-color: #D0B3CA;
}
.BgClassName
{
background-color: #D0B3CA;
}
</style>
border-color css
<style>
span { border-color: #D0B3CA; }
span { border-color: rgb(208,179,202); }
td.TdClassName
{
border-color: #D0B3CA;
}
.TagClassName
{
border-color: #D0B3CA;
}
</style>