Shades of Maverick #D5B1CA
Tints of Maverick #D5B1CA
RGB
CMYK
RGB Variations
Color information
#D5B1CA (or 0xD5B1CA) is known color: Maverick. HEX triplet: D5, B1 and CA. RGB value is (213,177,202). Sum of RGB (Red+Green+Blue) = 213+177+202=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1CA is #2A4E35. Grayscale: #BEBEBE. Windows color (decimal): -2772534 or 13283797. OLE color: 13283797.
HSL color Cylindrical-coordinate representation of color #D5B1CA: hue angle of 318.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B1CA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 202 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.16 |
| HSL | 318.33º | 0.3% | 0.76% | - |
| HSV(B) | 318.33º | 0.17% | 0.84% | - |
| XYZ | 53.82 | 49.85 | 62.66 | - |
| YUV | 190.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 202 | 0 | 0.17 | 0.05 | 0.16 | 318.33 | 0.3 | 0.76 |
| Hex | D5 | B1 | CA | 0 | 11 | 5 | 10 | 13E | 1E | 4C |
| Octal | 325 | 261 | 312 | 0 | 21 | 5 | 20 | 476 | 36 | 114 |
| Binary | 11010101 | 10110001 | 11001010 | 0 | 10001 | 101 | 10000 | 100111110 | 11110 | 1001100 |
Color Harmonies of #D5B1CA
Complementary color
Monochromatic Colors of #D5B1CA
Black with #D5B1CA
Text Example
Text Example
White with #D5B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1CA; }
p { color: rgb(213,177,202); }
H1.HeaderClassName
{
color: #D5B1CA;
}
.AnyTagClassName
{
color: #D5B1CA;
}
</style>
background-color css
<style>
a { background-color: #D5B1CA; }
a { background-color: rgb(213,177,202); }
div.DivClassName
{
background-color: #D5B1CA;
}
.BgClassName
{
background-color: #D5B1CA;
}
</style>
border-color css
<style>
span { border-color: #D5B1CA; }
span { border-color: rgb(213,177,202); }
td.TdClassName
{
border-color: #D5B1CA;
}
.TagClassName
{
border-color: #D5B1CA;
}
</style>