Shades of Maverick #D2B5C5
Tints of Maverick #D2B5C5
RGB
CMYK
RGB Variations
Color information
#D2B5C5 (or 0xD2B5C5) is known color: Maverick. HEX triplet: D2, B5 and C5. RGB value is (210,181,197). Sum of RGB (Red+Green+Blue) = 210+181+197=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5C5 is #2D4A3A. Grayscale: #BFBFBF. Windows color (decimal): -2968123 or 12957138. OLE color: 12957138.
HSL color Cylindrical-coordinate representation of color #D2B5C5: hue angle of 326.9º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5C5 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 181 | 197 | - |
CMYK | 0 | 0.14 | 0.06 | 0.18 |
HSL | 326.9º | 0.24% | 0.77% | - |
HSV(B) | 326.9º | 0.14% | 0.82% | - |
XYZ | 53.18 | 50.78 | 59.82 | - |
YUV | 191.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 181 | 197 | 0 | 0.14 | 0.06 | 0.18 | 326.9 | 0.24 | 0.77 |
Hex | D2 | B5 | C5 | 0 | E | 6 | 12 | 147 | 18 | 4D |
Octal | 322 | 265 | 305 | 0 | 16 | 6 | 22 | 507 | 30 | 115 |
Binary | 11010010 | 10110101 | 11000101 | 0 | 1110 | 110 | 10010 | 101000111 | 11000 | 1001101 |
Color Harmonies of #D2B5C5
Complementary color
Monochromatic Colors of #D2B5C5
Black with #D2B5C5
Text Example
Text Example
White with #D2B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5C5; }
p { color: rgb(210,181,197); }
H1.HeaderClassName
{
color: #D2B5C5;
}
.AnyTagClassName
{
color: #D2B5C5;
}
</style>
background-color css
<style>
a { background-color: #D2B5C5; }
a { background-color: rgb(210,181,197); }
div.DivClassName
{
background-color: #D2B5C5;
}
.BgClassName
{
background-color: #D2B5C5;
}
</style>
border-color css
<style>
span { border-color: #D2B5C5; }
span { border-color: rgb(210,181,197); }
td.TdClassName
{
border-color: #D2B5C5;
}
.TagClassName
{
border-color: #D2B5C5;
}
</style>