#ADC6CD

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

Shades of Heather #ADC6CD

Tints of Heather #ADC6CD

Color information

#ADC6CD (or 0xADC6CD) is unknown color: approx Heather. HEX triplet: AD, C6 and CD. RGB value is (173,198,205). Sum of RGB (Red+Green+Blue) = 173+198+205=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CD is #523932. Grayscale: #BFBFBF. Windows color (decimal): -5388595 or 13485741. OLE color: 13485741.

HSL color Cylindrical-coordinate representation of color #ADC6CD: hue angle of 193.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC6CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173198205-
CMYK0.160.0300.20
HSL193.12º24.24%74.12%-
HSV(B)193.12º15.61%80.39%-
XYZ48.4553.6865.57-
YUV191.32135.72114.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=30.03%
G=34.38%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731982050.160.0300.20193.1224.2474.12
HexADC6CD103014c1184a
Octal25530631520302430130112
Binary101011011100011011001101100001101010011000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6CD; }

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

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

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

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

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

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

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

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