#ADC4CD

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

Shades of Heather #ADC4CD

Tints of Heather #ADC4CD

Color information

#ADC4CD (or 0xADC4CD) is unknown color: approx Heather. HEX triplet: AD, C4 and CD. RGB value is (173,196,205). Sum of RGB (Red+Green+Blue) = 173+196+205=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CD is #523B32. Grayscale: #BEBEBE. Windows color (decimal): -5389107 or 13485229. OLE color: 13485229.

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

Color convert

RGB173196205-
CMYK0.160.0400.20
HSL196.88º24.24%74.12%-
HSV(B)196.88º15.61%80.39%-
XYZ47.9952.7765.41-
YUV190.15136.38115.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=30.14%
G=34.15%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731962050.160.0400.20196.8824.2474.12
HexADC4CD104014c5184a
Octal25530431520402430530112
Binary1010110111000100110011011000010001010011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4CD; }

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

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

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

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

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

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

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

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