#D6ADC9

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

Shades of Maverick #D6ADC9

Tints of Maverick #D6ADC9

Color information

#D6ADC9 (or 0xD6ADC9) is unknown color: approx Maverick. HEX triplet: D6, AD and C9. RGB value is (214,173,201). Sum of RGB (Red+Green+Blue) = 214+173+201=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADC9 is #295236. Grayscale: #BCBCBC. Windows color (decimal): -2708023 or 13217238. OLE color: 13217238.

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

Color convert

RGB214173201-
CMYK00.190.060.16
HSL319.02º33.33%75.88%-
HSV(B)319.02º19.16%83.92%-
XYZ53.2248.461.8-
YUV188.45135.08146.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=36.39%
G=29.42%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417320100.190.060.16319.0233.3375.88
HexD6ADC901361013f214c
Octal32625531102362047741114
Binary110101101010110111001001010011110100001001111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADC9; }

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

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

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

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

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

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

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

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