#D0ADC0

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

Shades of Maverick #D0ADC0

Tints of Maverick #D0ADC0

Color information

#D0ADC0 (or 0xD0ADC0) is unknown color: approx Maverick. HEX triplet: D0, AD and C0. RGB value is (208,173,192). Sum of RGB (Red+Green+Blue) = 208+173+192=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADC0 is #2F523F. Grayscale: #B9B9B9. Windows color (decimal): -3101248 or 12627408. OLE color: 12627408.

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

Color convert

RGB208173192-
CMYK00.170.080.18
HSL327.43º27.13%74.71%-
HSV(B)327.43º16.83%81.57%-
XYZ50.4747.156.3-
YUV185.63131.6143.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=36.30%
G=30.19%
B=33.51%

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
Decimal20817319200.170.080.18327.4327.1374.71
HexD0ADC00118121471b4b
Octal320255300021102250733113
Binary110100001010110111000000010001100010010101000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADC0; }

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

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

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

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

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

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

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

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