Shades of Maverick #D6ADCA
Tints of Maverick #D6ADCA
RGB
CMYK
RGB Variations
Color information
#D6ADCA (or 0xD6ADCA) is known color: Maverick. HEX triplet: D6, AD and CA. RGB value is (214,173,202). Sum of RGB (Red+Green+Blue) = 214+173+202=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCA is #295235. Grayscale: #BCBCBC. Windows color (decimal): -2708022 or 13282774. OLE color: 13282774.
HSL color Cylindrical-coordinate representation of color #D6ADCA: hue angle of 317.56º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADCA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 202 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.16 |
| HSL | 317.56º | 0.33% | 0.76% | - |
| HSV(B) | 317.56º | 0.19% | 0.84% | - |
| XYZ | 53.34 | 48.45 | 62.42 | - |
| YUV | 188.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 202 | 0 | 0.19 | 0.06 | 0.16 | 317.56 | 0.33 | 0.76 |
| Hex | D6 | AD | CA | 0 | 13 | 6 | 10 | 13E | 21 | 4C |
| Octal | 326 | 255 | 312 | 0 | 23 | 6 | 20 | 476 | 41 | 114 |
| Binary | 11010110 | 10101101 | 11001010 | 0 | 10011 | 110 | 10000 | 100111110 | 100001 | 1001100 |
Color Harmonies of #D6ADCA
Complementary color
Monochromatic Colors of #D6ADCA
Black with #D6ADCA
Text Example
Text Example
White with #D6ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADCA; }
p { color: rgb(214,173,202); }
H1.HeaderClassName
{
color: #D6ADCA;
}
.AnyTagClassName
{
color: #D6ADCA;
}
</style>
background-color css
<style>
a { background-color: #D6ADCA; }
a { background-color: rgb(214,173,202); }
div.DivClassName
{
background-color: #D6ADCA;
}
.BgClassName
{
background-color: #D6ADCA;
}
</style>
border-color css
<style>
span { border-color: #D6ADCA; }
span { border-color: rgb(214,173,202); }
td.TdClassName
{
border-color: #D6ADCA;
}
.TagClassName
{
border-color: #D6ADCA;
}
</style>