#ADC3CD

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

Shades of Heather #ADC3CD

Tints of Heather #ADC3CD

Color information

#ADC3CD (or 0xADC3CD) is unknown color: approx Heather. HEX triplet: AD, C3 and CD. RGB value is (173,195,205). Sum of RGB (Red+Green+Blue) = 173+195+205=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3CD is #523C32. Grayscale: #BDBDBD. Windows color (decimal): -5389363 or 13484973. OLE color: 13484973.

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

Color convert

RGB173195205-
CMYK0.160.0500.20
HSL198.75º24.24%74.12%-
HSV(B)198.75º15.61%80.39%-
XYZ47.7752.3265.34-
YUV189.56136.71116.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=30.19%
G=34.03%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731952050.160.0500.20198.7524.2474.12
HexADC3CD105014c7184a
Octal25530331520502430730112
Binary1010110111000011110011011000010101010011000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3CD; }

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

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

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

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

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

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

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

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