Shades of Maverick #D2B5C4
Tints of Maverick #D2B5C4
RGB
CMYK
RGB Variations
Color information
#D2B5C4 (or 0xD2B5C4) is known color: Maverick. HEX triplet: D2, B5 and C4. RGB value is (210,181,196). Sum of RGB (Red+Green+Blue) = 210+181+196=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5C4 is #2D4A3B. Grayscale: #BFBFBF. Windows color (decimal): -2968124 or 12891602. OLE color: 12891602.
HSL color Cylindrical-coordinate representation of color #D2B5C4: hue angle of 328.97º 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 #D2B5C4 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 196 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.18 |
| HSL | 328.97º | 0.24% | 0.77% | - |
| HSV(B) | 328.97º | 0.14% | 0.82% | - |
| XYZ | 53.07 | 50.73 | 59.22 | - |
| YUV | 191.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 196 | 0 | 0.14 | 0.07 | 0.18 | 328.97 | 0.24 | 0.77 |
| Hex | D2 | B5 | C4 | 0 | E | 7 | 12 | 149 | 18 | 4D |
| Octal | 322 | 265 | 304 | 0 | 16 | 7 | 22 | 511 | 30 | 115 |
| Binary | 11010010 | 10110101 | 11000100 | 0 | 1110 | 111 | 10010 | 101001001 | 11000 | 1001101 |
Color Harmonies of #D2B5C4
Complementary color
Monochromatic Colors of #D2B5C4
Black with #D2B5C4
Text Example
Text Example
White with #D2B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5C4; }
p { color: rgb(210,181,196); }
H1.HeaderClassName
{
color: #D2B5C4;
}
.AnyTagClassName
{
color: #D2B5C4;
}
</style>
background-color css
<style>
a { background-color: #D2B5C4; }
a { background-color: rgb(210,181,196); }
div.DivClassName
{
background-color: #D2B5C4;
}
.BgClassName
{
background-color: #D2B5C4;
}
</style>
border-color css
<style>
span { border-color: #D2B5C4; }
span { border-color: rgb(210,181,196); }
td.TdClassName
{
border-color: #D2B5C4;
}
.TagClassName
{
border-color: #D2B5C4;
}
</style>