Shades of Maverick #D4ADC3
Tints of Maverick #D4ADC3
RGB
CMYK
RGB Variations
Color information
#D4ADC3 (or 0xD4ADC3) is known color: Maverick. HEX triplet: D4, AD and C3. RGB value is (212,173,195). Sum of RGB (Red+Green+Blue) = 212+173+195=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC3 is #2B523C. Grayscale: #BBBBBB. Windows color (decimal): -2839101 or 12824020. OLE color: 12824020.
HSL color Cylindrical-coordinate representation of color #D4ADC3: hue angle of 326.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADC3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 195 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.17 |
| HSL | 326.15º | 0.31% | 0.75% | - |
| HSV(B) | 326.15º | 0.18% | 0.83% | - |
| XYZ | 51.95 | 47.82 | 58.12 | - |
| YUV | 187.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 195 | 0 | 0.18 | 0.08 | 0.17 | 326.15 | 0.31 | 0.75 |
| Hex | D4 | AD | C3 | 0 | 12 | 8 | 11 | 146 | 1F | 4B |
| Octal | 324 | 255 | 303 | 0 | 22 | 10 | 21 | 506 | 37 | 113 |
| Binary | 11010100 | 10101101 | 11000011 | 0 | 10010 | 1000 | 10001 | 101000110 | 11111 | 1001011 |
Color Harmonies of #D4ADC3
Complementary color
Monochromatic Colors of #D4ADC3
Black with #D4ADC3
Text Example
Text Example
White with #D4ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADC3; }
p { color: rgb(212,173,195); }
H1.HeaderClassName
{
color: #D4ADC3;
}
.AnyTagClassName
{
color: #D4ADC3;
}
</style>
background-color css
<style>
a { background-color: #D4ADC3; }
a { background-color: rgb(212,173,195); }
div.DivClassName
{
background-color: #D4ADC3;
}
.BgClassName
{
background-color: #D4ADC3;
}
</style>
border-color css
<style>
span { border-color: #D4ADC3; }
span { border-color: rgb(212,173,195); }
td.TdClassName
{
border-color: #D4ADC3;
}
.TagClassName
{
border-color: #D4ADC3;
}
</style>