Shades of Maverick #D5ADCA
Tints of Maverick #D5ADCA
RGB
CMYK
RGB Variations
Color information
#D5ADCA (or 0xD5ADCA) is known color: Maverick. HEX triplet: D5, AD and CA. RGB value is (213,173,202). Sum of RGB (Red+Green+Blue) = 213+173+202=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCA is #2A5235. Grayscale: #BCBCBC. Windows color (decimal): -2773558 or 13282773. OLE color: 13282773.
HSL color Cylindrical-coordinate representation of color #D5ADCA: hue angle of 316.5º degrees, saturation: 0.32, 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 #D5ADCA is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 202 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.16 |
| HSL | 316.5º | 0.32% | 0.76% | - |
| HSV(B) | 316.5º | 0.19% | 0.84% | - |
| XYZ | 53.04 | 48.3 | 62.4 | - |
| YUV | 188.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 202 | 0 | 0.19 | 0.05 | 0.16 | 316.5 | 0.32 | 0.76 |
| Hex | D5 | AD | CA | 0 | 13 | 5 | 10 | 13C | 20 | 4C |
| Octal | 325 | 255 | 312 | 0 | 23 | 5 | 20 | 474 | 40 | 114 |
| Binary | 11010101 | 10101101 | 11001010 | 0 | 10011 | 101 | 10000 | 100111100 | 100000 | 1001100 |
Color Harmonies of #D5ADCA
Complementary color
Monochromatic Colors of #D5ADCA
Black with #D5ADCA
Text Example
Text Example
White with #D5ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADCA; }
p { color: rgb(213,173,202); }
H1.HeaderClassName
{
color: #D5ADCA;
}
.AnyTagClassName
{
color: #D5ADCA;
}
</style>
background-color css
<style>
a { background-color: #D5ADCA; }
a { background-color: rgb(213,173,202); }
div.DivClassName
{
background-color: #D5ADCA;
}
.BgClassName
{
background-color: #D5ADCA;
}
</style>
border-color css
<style>
span { border-color: #D5ADCA; }
span { border-color: rgb(213,173,202); }
td.TdClassName
{
border-color: #D5ADCA;
}
.TagClassName
{
border-color: #D5ADCA;
}
</style>