Shades of Maverick #D0B2C9
Tints of Maverick #D0B2C9
RGB
CMYK
RGB Variations
Color information
#D0B2C9 (or 0xD0B2C9) is known color: Maverick. HEX triplet: D0, B2 and C9. RGB value is (208,178,201). Sum of RGB (Red+Green+Blue) = 208+178+201=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2C9 is #2F4D36. Grayscale: #BDBDBD. Windows color (decimal): -3099959 or 13218512. OLE color: 13218512.
HSL color Cylindrical-coordinate representation of color #D0B2C9: hue angle of 314º 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 #D0B2C9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 201 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.18 |
| HSL | 314º | 0.24% | 0.76% | - |
| HSV(B) | 314º | 0.14% | 0.82% | - |
| XYZ | 52.48 | 49.47 | 62.04 | - |
| YUV | 189.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 201 | 0 | 0.14 | 0.03 | 0.18 | 314 | 0.24 | 0.76 |
| Hex | D0 | B2 | C9 | 0 | E | 3 | 12 | 13A | 18 | 4C |
| Octal | 320 | 262 | 311 | 0 | 16 | 3 | 22 | 472 | 30 | 114 |
| Binary | 11010000 | 10110010 | 11001001 | 0 | 1110 | 11 | 10010 | 100111010 | 11000 | 1001100 |
Color Harmonies of #D0B2C9
Complementary color
Monochromatic Colors of #D0B2C9
Black with #D0B2C9
Text Example
Text Example
White with #D0B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2C9; }
p { color: rgb(208,178,201); }
H1.HeaderClassName
{
color: #D0B2C9;
}
.AnyTagClassName
{
color: #D0B2C9;
}
</style>
background-color css
<style>
a { background-color: #D0B2C9; }
a { background-color: rgb(208,178,201); }
div.DivClassName
{
background-color: #D0B2C9;
}
.BgClassName
{
background-color: #D0B2C9;
}
</style>
border-color css
<style>
span { border-color: #D0B2C9; }
span { border-color: rgb(208,178,201); }
td.TdClassName
{
border-color: #D0B2C9;
}
.TagClassName
{
border-color: #D0B2C9;
}
</style>