Shades of Maverick #D4B2CA
Tints of Maverick #D4B2CA
RGB
CMYK
RGB Variations
Color information
#D4B2CA (or 0xD4B2CA) is known color: Maverick. HEX triplet: D4, B2 and CA. RGB value is (212,178,202). Sum of RGB (Red+Green+Blue) = 212+178+202=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2CA is #2B4D35. Grayscale: #BEBEBE. Windows color (decimal): -2837814 or 13284052. OLE color: 13284052.
HSL color Cylindrical-coordinate representation of color #D4B2CA: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2CA is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 202 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.17 |
| HSL | 317.65º | 0.28% | 0.76% | - |
| HSV(B) | 317.65º | 0.16% | 0.83% | - |
| XYZ | 53.73 | 50.1 | 62.72 | - |
| YUV | 190.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 202 | 0 | 0.16 | 0.05 | 0.17 | 317.65 | 0.28 | 0.76 |
| Hex | D4 | B2 | CA | 0 | 10 | 5 | 11 | 13E | 1C | 4C |
| Octal | 324 | 262 | 312 | 0 | 20 | 5 | 21 | 476 | 34 | 114 |
| Binary | 11010100 | 10110010 | 11001010 | 0 | 10000 | 101 | 10001 | 100111110 | 11100 | 1001100 |
Color Harmonies of #D4B2CA
Complementary color
Monochromatic Colors of #D4B2CA
Black with #D4B2CA
Text Example
Text Example
White with #D4B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2CA; }
p { color: rgb(212,178,202); }
H1.HeaderClassName
{
color: #D4B2CA;
}
.AnyTagClassName
{
color: #D4B2CA;
}
</style>
background-color css
<style>
a { background-color: #D4B2CA; }
a { background-color: rgb(212,178,202); }
div.DivClassName
{
background-color: #D4B2CA;
}
.BgClassName
{
background-color: #D4B2CA;
}
</style>
border-color css
<style>
span { border-color: #D4B2CA; }
span { border-color: rgb(212,178,202); }
td.TdClassName
{
border-color: #D4B2CA;
}
.TagClassName
{
border-color: #D4B2CA;
}
</style>