#D1ADC0

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

Shades of Maverick #D1ADC0

Tints of Maverick #D1ADC0

Color information

#D1ADC0 (or 0xD1ADC0) is unknown color: approx Maverick. HEX triplet: D1, AD and C0. RGB value is (209,173,192). Sum of RGB (Red+Green+Blue) = 209+173+192=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADC0 is #2E523F. Grayscale: #B9B9B9. Windows color (decimal): -3035712 or 12627409. OLE color: 12627409.

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

Color convert

RGB209173192-
CMYK00.170.080.18
HSL328.33º28.12%74.9%-
HSV(B)328.33º17.22%81.96%-
XYZ50.7547.2556.31-
YUV185.93131.43144.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=36.41%
G=30.14%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917319200.170.080.18328.3328.1274.9
HexD1ADC00118121481c4b
Octal321255300021102251034113
Binary110100011010110111000000010001100010010101001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADC0; }

 p { color: rgb(209,173,192); }

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

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

 a { background-color: rgb(209,173,192); }

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

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

 span { border-color: rgb(209,173,192); }

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