#D3ADC9

Color #D3ADC9 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D3ADC9

Tints of Maverick #D3ADC9

Color information

#D3ADC9 (or 0xD3ADC9) is unknown color: approx Maverick. HEX triplet: D3, AD and C9. RGB value is (211,173,201). Sum of RGB (Red+Green+Blue) = 211+173+201=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADC9 is #2C5236. Grayscale: #BBBBBB. Windows color (decimal): -2904631 or 13217235. OLE color: 13217235.

HSL color Cylindrical-coordinate representation of color #D3ADC9: hue angle of 315.79º degrees, saturation: 0.3, 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 #D3ADC9 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211173201-
CMYK00.180.050.17
HSL315.79º30.16%75.29%-
HSV(B)315.79º18.01%82.75%-
XYZ52.3547.9561.76-
YUV187.55135.59144.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=36.07%
G=29.57%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117320100.180.050.17315.7930.1675.29
HexD3ADC901251113c1e4b
Octal32325531102252147436113
Binary11010011101011011100100101001010110001100111100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADC9; }

 p { color: rgb(211,173,201); }

 H1.HeaderClassName
 {
   color: #D3ADC9;
 }
 .AnyTagClassName
 {
   color: #D3ADC9;
 }
</style>
background-color css

<style>
 a { background-color: #D3ADC9; }

 a { background-color: rgb(211,173,201); }

 div.DivClassName
 {
   background-color: #D3ADC9;
 }
 .BgClassName
 {
   background-color: #D3ADC9;
 }
</style>
border-color css

<style>
 span { border-color: #D3ADC9; }

 span { border-color: rgb(211,173,201); }

 td.TdClassName
 {
   border-color: #D3ADC9;
 }
 .TagClassName
 {
   border-color: #D3ADC9;
 }
</style>