#D3ADC6

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

Shades of Maverick #D3ADC6

Tints of Maverick #D3ADC6

Color information

#D3ADC6 (or 0xD3ADC6) is unknown color: approx Maverick. HEX triplet: D3, AD and C6. RGB value is (211,173,198). Sum of RGB (Red+Green+Blue) = 211+173+198=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADC6 is #2C5239. Grayscale: #BBBBBB. Windows color (decimal): -2904634 or 13020627. OLE color: 13020627.

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

Color convert

RGB211173198-
CMYK00.180.060.17
HSL320.53º30.16%75.29%-
HSV(B)320.53º18.01%82.75%-
XYZ5247.8159.91-
YUV187.21134.09144.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=36.25%
G=29.73%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117319800.180.060.17320.5330.1675.29
HexD3ADC60126111411e4b
Octal32325530602262150136113
Binary11010011101011011100011001001011010001101000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADC6; }

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

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

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

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

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

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

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

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