#ADC4D0

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

Shades of Heather #ADC4D0

Tints of Heather #ADC4D0

Color information

#ADC4D0 (or 0xADC4D0) is unknown color: approx Heather. HEX triplet: AD, C4 and D0. RGB value is (173,196,208). Sum of RGB (Red+Green+Blue) = 173+196+208=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D0 is #523B2F. Grayscale: #BEBEBE. Windows color (decimal): -5389104 or 13681837. OLE color: 13681837.

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

Color convert

RGB173196208-
CMYK0.170.0600.18
HSL200.57º27.13%74.71%-
HSV(B)200.57º16.83%81.57%-
XYZ48.3652.9267.34-
YUV190.49137.88115.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=29.98%
G=33.97%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731962080.170.0600.18200.5727.1374.71
HexADC4D0116012c91b4b
Octal25530432021602231133113
Binary1010110111000100110100001000111001001011001001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4D0; }

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

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

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

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

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

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

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

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