#ADC0CD

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

Shades of Heather #ADC0CD

Tints of Heather #ADC0CD

Color information

#ADC0CD (or 0xADC0CD) is unknown color: approx Heather. HEX triplet: AD, C0 and CD. RGB value is (173,192,205). Sum of RGB (Red+Green+Blue) = 173+192+205=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CD is #523F32. Grayscale: #BBBBBB. Windows color (decimal): -5390131 or 13484205. OLE color: 13484205.

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

Color convert

RGB173192205-
CMYK0.160.0600.20
HSL204.38º24.24%74.12%-
HSV(B)204.38º15.61%80.39%-
XYZ47.150.9965.12-
YUV187.8137.71117.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=30.35%
G=33.68%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731922050.160.0600.20204.3824.2474.12
HexADC0CD106014cc184a
Octal25530031520602431430112
Binary1010110111000000110011011000011001010011001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0CD; }

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

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

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

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

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

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

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

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