#D0ADC6

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

Shades of Maverick #D0ADC6

Tints of Maverick #D0ADC6

Color information

#D0ADC6 (or 0xD0ADC6) is unknown color: approx Maverick. HEX triplet: D0, AD and C6. RGB value is (208,173,198). Sum of RGB (Red+Green+Blue) = 208+173+198=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADC6 is #2F5239. Grayscale: #BABABA. Windows color (decimal): -3101242 or 13020624. OLE color: 13020624.

HSL color Cylindrical-coordinate representation of color #D0ADC6: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADC6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208173198-
CMYK00.170.050.18
HSL317.14º27.13%74.71%-
HSV(B)317.14º16.83%81.57%-
XYZ51.1547.3759.87-
YUV186.32134.6143.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=35.92%
G=29.88%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817319800.170.050.18317.1427.1374.71
HexD0ADC601151213d1b4b
Octal32025530602152247533113
Binary11010000101011011100011001000110110010100111101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADC6; }

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

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

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

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

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

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

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

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