Shades of Maverick #D5B4CA
Tints of Maverick #D5B4CA
RGB
CMYK
RGB Variations
Color information
#D5B4CA (or 0xD5B4CA) is known color: Maverick. HEX triplet: D5, B4 and CA. RGB value is (213,180,202). Sum of RGB (Red+Green+Blue) = 213+180+202=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B4CA is #2A4B35. Grayscale: #C0C0C0. Windows color (decimal): -2771766 or 13284565. OLE color: 13284565.
HSL color Cylindrical-coordinate representation of color #D5B4CA: hue angle of 320º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B4CA is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 202 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.16 |
| HSL | 320º | 0.28% | 0.77% | - |
| HSV(B) | 320º | 0.15% | 0.84% | - |
| XYZ | 54.42 | 51.05 | 62.86 | - |
| YUV | 192.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 202 | 0 | 0.15 | 0.05 | 0.16 | 320 | 0.28 | 0.77 |
| Hex | D5 | B4 | CA | 0 | F | 5 | 10 | 140 | 1C | 4D |
| Octal | 325 | 264 | 312 | 0 | 17 | 5 | 20 | 500 | 34 | 115 |
| Binary | 11010101 | 10110100 | 11001010 | 0 | 1111 | 101 | 10000 | 101000000 | 11100 | 1001101 |
Color Harmonies of #D5B4CA
Complementary color
Monochromatic Colors of #D5B4CA
Black with #D5B4CA
Text Example
Text Example
White with #D5B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4CA; }
p { color: rgb(213,180,202); }
H1.HeaderClassName
{
color: #D5B4CA;
}
.AnyTagClassName
{
color: #D5B4CA;
}
</style>
background-color css
<style>
a { background-color: #D5B4CA; }
a { background-color: rgb(213,180,202); }
div.DivClassName
{
background-color: #D5B4CA;
}
.BgClassName
{
background-color: #D5B4CA;
}
</style>
border-color css
<style>
span { border-color: #D5B4CA; }
span { border-color: rgb(213,180,202); }
td.TdClassName
{
border-color: #D5B4CA;
}
.TagClassName
{
border-color: #D5B4CA;
}
</style>